1. Rust Async
  2. async
    1. Asynchronous Cooking
    2. tokio
    3. Hello World
    4. sync vs async
    5. Run async functions
    6. JoinSet scheduling
    7. Count in parallel with random sleep
    8. Process and Ctrl-c
    9. CPU heavy Fibonacci
    10. Fake async and CPU heavy task
    11. async read file using join!
    12. Async tail -f
    13. Async multi-tail -f
    14. Async tail with notify
    15. Join several tasks
    16. Read STDIN Async
    17. sync vs async manually
    18. Simple async example with Tokio
    19. JoinSet random order of completion
  3. HTTP server
    1. Basic TCP echo server
  4. HTTP client
    1. Download many pages http-reqwest
    2. Download many pages bad async
    3. Download many pages async
    4. Crawler
  5. Extra Demo
  6. Resources