async / await 与 coroutine | Python
本章覆盖:async def;coroutine object;await;asyncio.run;协作式调度;调用 coroutine 不等于已经执行。
本章知识点
- async def
- coroutine object
- await
- asyncio.run
- 协作式调度
- 调用 coroutine 不等于已经执行
本章覆盖:async def;coroutine object;await;asyncio.run;协作式调度;调用 coroutine 不等于已经执行。