What is a future? – Futures in RustWhat is a future? – Futures in Rust
In Chapter 5, we covered one of the most popular ways of modeling concurrency in a programming language: fibers/green threads. Fibers/green threads are an example of stackful coroutines. The other