mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688) (GH-27805)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 3240bc62f4
)
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
This commit is contained in:
parent
1bc05419b8
commit
e2320c6a34
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@ Scheduling callbacks
|
|||
A thread-safe variant of :meth:`call_soon`. Must be used to
|
||||
schedule callbacks *from another thread*.
|
||||
|
||||
Raises :exc:`RuntimeError` if called on a loop that's been closed.
|
||||
This can happen on a secondary thread when the main application is
|
||||
shutting down.
|
||||
|
||||
See the :ref:`concurrency and multithreading <asyncio-multithreading>`
|
||||
section of the documentation.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue