Asynchronous programming
Crates to help you deal with events independently of the main program flow, using techniques like futures, promises, waiting, or eventing.
Recipe | Crates | Categories |
---|---|---|
Basic Example | ||
Differences with other languages | ||
Which crate provides what? | ||
Async runtimes |
TODO
Recipe | Crates | Categories |
---|---|---|
Selecting futures | ||
Joining futures | ||
Map, then, either, flatten |
TODO
Recipe | Crates | Categories |
---|---|---|
Basics | ||
Join | ||
Spawning | ||
IO | ||
Graceful shutdown |
TODO
Recipe | Crates | Categories |
---|---|---|
OneShot | ||
Multiple Producer, Single Consumer |
TODO
Recipe | Crates | Categories |
---|---|---|
Async traits |
Recipe | Crates | Categories |
---|---|---|
Streams |
TODO
TODO