Skip to content

Commit 4d0006a

Browse files
Update Doc/library/asyncio-eventloop.rst
Co-authored-by: Thomas Grainger <[email protected]>
1 parent dd061a1 commit 4d0006a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ Scheduling callbacks
246246
another thread, this function *must* be used, since :meth:`call_soon` is not
247247
thread-safe.
248248

249-
This function is safe to be called from a re-entrant context or signal handler.
249+
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.
250251

251252
Raises :exc:`RuntimeError` if called on a loop that's been closed.
252253
This can happen on a secondary thread when the main application is

0 commit comments

Comments
 (0)