Thanks to visit codestin.com Credit goes to github.com
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 599f5c8 commit 3240bc6Copy full SHA for 3240bc6
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -216,6 +216,10 @@ Scheduling callbacks
216
A thread-safe variant of :meth:`call_soon`. Must be used to
217
schedule callbacks *from another thread*.
218
219
+ Raises :exc:`RuntimeError` if called on a loop that's been closed.
220
+ This can happen on a secondary thread when the main application is
221
+ shutting down.
222
+
223
See the :ref:`concurrency and multithreading <asyncio-multithreading>`
224
section of the documentation.
225
0 commit comments