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 dd061a1 commit 4d0006aCopy full SHA for 4d0006a
Doc/library/asyncio-eventloop.rst
@@ -246,7 +246,8 @@ Scheduling callbacks
246
another thread, this function *must* be used, since :meth:`call_soon` is not
247
thread-safe.
248
249
- This function is safe to be called from a re-entrant context or signal handler.
+ This function is safe to be called from a re-entrant context or signal handler,
250
+ however, it is not safe or fruitful to use the returned handle in such contexts.
251
252
Raises :exc:`RuntimeError` if called on a loop that's been closed.
253
This can happen on a secondary thread when the main application is
0 commit comments