Hacker News new | ask | show | jobs
by saghm 2502 days ago
> Rust kind of skipped the whole non-blocking thing and went straight to tokio, then had to backtrack a little to mio+tokio, then when mio is only half way jupmed to async/await.

Not sure exactly what you mean here; mio predates tokio by a couple years, and has been possible to use standalone since before tokio ever became a thing.

1 comments

Early versions of mio had a bunch of non-essential things like a timer wheel built-in, that were later removed.
What does tokio have to do with that?