Comment by the_mitsuhiko
1 year ago
Async is not really that in Rust. While it's true that a singular poll cannot be preempted, things like task::spawn schedule that on a multi threaded executor. So a lot of cases behave just like threads except you await them from somewhere else.
No comments yet
Contribute on Hacker News ↗