placeholder

Zero-cost futures in Rust · Aaron Turon

Zero-cost futures in Rust 11 Aug 2016One 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. We’ve wanted s...

Click to view the original at aturon.github.io