asyncio 系列4、期程 — asyncio.Future

asyncio的期程 官网连接:https://docs.python.org/zh-cn/3/library/asyncio-future.html#asyncio.Futurehtml 其实期程指的是,class asyncio.Future 返回的实例,官网翻译为期程。python   1、期程函数     asyncio.isfuture(obj)安全 若是 obj 为下面任意对象,返回 
相关文章
相关标签/搜索