Why does asyncio.sleep() seem to suspend coroutine created using create_task()?

前端 未结 0 1469
迷失自我
迷失自我 2021-02-03 19:45

I have the following code that is interpreted using python 3.8:

import asyncio

async def stuff(name,time):
    print("starting ",name)
    await asynci         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题