title: "Python Coroutine" description: "Python协程" draft: true

Python 3.6+

asyncio

  • awaitable

    • coroutine
    • task
    • future
  • gather

  • wait

  • wait_for