Rust Futures and Tasks
With the recent talk about “Contexts” in the Rust community, and some other thoughts I had recently, I want to explore in a bit more detail what the difference between Futures and Tasks is in Rust.
The difference between Futures and Tasks is like the difference between concurrency and parallelism.
Source: Rust Futures and Tasks, an article by Arpad Borsos.