Coroutines


  • Functions that can be suspended mid-way and allow other functions to run (a generator)
  • async def is a native coroutine or asynchronous generator
  • async with
  • async for