File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ Running and stopping the loop
169
169
170
170
.. coroutinemethod :: loop.shutdown_default_executor()
171
171
172
- 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.
172
+ Schedule the closure of the default executor and wait for it to join all of
173
+ the threads in the :class: `ThreadPoolExecutor `. After calling this method, a
174
+ :exc: `RuntimeError ` will be raised if :meth: ` loop.run_in_executor ` is called
175
+ while using the default executor.
176
176
177
177
Note that there is no need to call this function when
178
178
:func: `asyncio.run ` is used.
You can’t perform that action at this time.
0 commit comments