Asynchronous programming with AsyncIO

  1. Use cases for Async
  2. Event loop
  3. Print sync
  4. Print async
  5. Sync sleep
  6. Async sleep
  7. Sync sleep in loop
  8. Async sleep in loop
  9. Async sleep in loop with gather
  10. coroutines
  11. Async Tasks
  12. Count Async
  13. Passing the baton while sleeping 0 sec
  14. Async sleep in a queue
  15. Async http
  16. Sync http requests
  17. Async http requests
  18. Async http requests with queue
  19. Sync chores
  20. Async chores