Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Drunners.py49 loop.run_until_complete(loop.shutdown_default_executor())
Devents.py251 async def shutdown_default_executor(self): member in AbstractEventLoop
Dbase_events.py555 async def shutdown_default_executor(self): member in BaseEventLoop
/third_party/python/Lib/test/test_asyncio/
Dtest_threads.py23 self.loop.shutdown_default_executor())
Dutils.py516 loop.run_until_complete(loop.shutdown_default_executor())
Dtest_events.py388 self.loop.shutdown_default_executor())
/third_party/python/Doc/whatsnew/
D3.9.rst355 Added a new :term:`coroutine` :meth:`~asyncio.loop.shutdown_default_executor`
1093 * :meth:`asyncio.loop.shutdown_default_executor` has been added to
/third_party/python/Doc/library/
Dasyncio-task.rst241 Updated to use :meth:`loop.shutdown_default_executor`.
Dasyncio-eventloop.rst181 .. coroutinemethod:: loop.shutdown_default_executor()
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1734 :meth:`loop.shutdown_default_executor`. The new coroutine provides an API to