What the Rust language and standard library take care of – Futures in RustWhat the Rust language and standard library take care of – Futures in Rust
Rust only provides what’s necessary to model asynchronous operations in the language. Basically, it provides the following: That’s really what Rust’s standard library does. As you see there is no