1 parent bae4ffc commit 815dc04Copy full SHA for 815dc04
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