How can I ensureDeferred a coroutine which awaits asyncio.wait(…)?

后端 未结 0 960
南笙
南笙 2021-02-09 15:44

Consider the following pair of coroutines:

import asyncio
from twisted.internet.defer import ensureDeferred

async def _something_that_does_io():
    return b&quo         


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