Skip to content

Commit dd061a1

Browse files
improve docs
1 parent a1284e9 commit dd061a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +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.
250+
249251
Raises :exc:`RuntimeError` if called on a loop that's been closed.
250252
This can happen on a secondary thread when the main application is
251253
shutting down.

0 commit comments

Comments
 (0)