Skip to content

Comment on Scipio: A Thread-per-Core Crate for Rust and Linuxparent

Comments

Basically just an ergonomics issue.

A viral one, and number-of-possible-states-exploding one at that.

First, in Rust this isn't really a problem. You can always turn async calls into blocking ones in Rust by calling block_on

That's not exactly what we're trying to do here.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.