摘要:
1.async await # python为了将语义变得更加明确,就引入了async和await关键词用于定义原生的协程 import types async def downloader(url): return "bobby" @types.coroutine def downloader(u 阅读全文
posted @ 2019-07-23 14:48
守护式等待
阅读(76)
评论(0)
推荐(0)
2019年7月23日