We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260cace commit 8820584Copy full SHA for 8820584
Doc/library/asyncio-eventloop.rst
@@ -169,7 +169,7 @@ Running and stopping the loop
169
170
.. coroutinemethod:: loop.shutdown_default_executor()
171
172
- Schedule the closure of the default executor, but wait for the
+ Schedule the closure of the default executor and wait for it to join all threads
173
:class:`ThreadPoolExecutor` to finish joining all of the threads. After
174
calling this method, a :exc:`RuntimeError` will be raised if
175
:meth:`loop.run_in_executor` is called while using the default executor.
0 commit comments