Skip to content

Week P11 - Event loops

Week P11

Resources

Lecture session

  • Introdction to CPU/IO-bound
    • CPU-Bound vs I/O-bound
  • Event loops
    • Introduction
    • Basic functioning
    • AsyncIO in Python
  • Event loops in Python
    • Creation of tasks
    • Async, Await with asyncio