comprehensive-rust
comprehensive-rust copied to clipboard
Write chapter about async Rust
We should write a chapter about async Rust. This would be a good alternative to the Android part on Day 4. A possible agenda could look like this:
- Introductory Example
- Terminology
- Futures
await- Runtimes
- Spawning
- IO-Compatible Cunctions