Login
From:
Aaron Turon
(Uncensored)
subscribe
Zero-cost futures in Rust · Aaron Turon
http://aturon.github.io/tech/2016/08/11/futures/
links
backlinks
Roast topics
Find topics
Find it!
One of the key gaps in Rust’s ecosystem has been a strong story for fast and productive asynchronous I/O. We have solid foundations, like the mio library, but they’re very low level: you have to wire up state machines and juggle callbacks directly.