Home
last modified time | relevance | path

Searched refs:shutdown_asyncgens (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_runners.py37 async def shutdown_asyncgens(): function
39 loop.shutdown_asyncgens = shutdown_asyncgens
/external/python/cpython3/Lib/asyncio/
Drunners.py47 loop.run_until_complete(loop.shutdown_asyncgens())
Devents.py253 async def shutdown_asyncgens(self): member in AbstractEventLoop
Dbase_events.py496 async def shutdown_asyncgens(self): member in BaseEventLoop
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py999 self.loop.run_until_complete(self.loop.shutdown_asyncgens())
1032 self.loop.run_until_complete(self.loop.shutdown_asyncgens())
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst65 * - ``await`` :meth:`loop.shutdown_asyncgens`
Dasyncio-eventloop.rst149 .. coroutinemethod:: loop.shutdown_asyncgens()
165 loop.run_until_complete(loop.shutdown_asyncgens())
Dsys.rst1250 ``asyncio.Loop.shutdown_asyncgens`` in
/external/python/cpython3/Doc/whatsnew/
D3.6.rst887 * New :meth:`loop.shutdown_asyncgens() <asyncio.loop.shutdown_asyncgens>`
/external/python/cpython3/Doc/reference/
Dexpressions.rst660 ``asyncio.Loop.shutdown_asyncgens`` in :source:`Lib/asyncio/base_events.py`.