2 parents 3f83266 + 815dc04 commit 9bcb31fCopy full SHA for 9bcb31f
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -85,7 +85,9 @@ keywords to your callback, use :func:`functools.partial`. For example,
85
86
.. method:: BaseEventLoop.call_soon(callback, \*args)
87
88
- Arrange for a callback to be called as soon as possible.
+ Arrange for a callback to be called as soon as possible. The callback is
89
+ called after :meth:`call_soon` returns, when control returns to the event
90
+ loop.
91
92
This operates as a FIFO queue, callbacks are called in the order in
93
which they are registered. Each callback will be called exactly once.
0 commit comments