Local() @asyncio.coroutine def do_nothing(): yield from asyncio.sleep(.1) ... Use 'aiolocals.wrap_async' to spawn a new task and know that it'll get a copy ...
確定! 回上一頁