Comment on Scipio: A Thread-per-Core Crate for Rust and LinuxparentComments−BenoitP5yBasically 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_onThat's not exactly what we're trying to do here.
Comments
A viral one, and number-of-possible-states-exploding one at that.
That's not exactly what we're trying to do here.