Skip to content

Commit 9bcb31f

Browse files
committed
Merge 3.4 (asyncio doc)
2 parents 3f83266 + 815dc04 commit 9bcb31f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ keywords to your callback, use :func:`functools.partial`. For example,
8585

8686
.. method:: BaseEventLoop.call_soon(callback, \*args)
8787

88-
Arrange for a callback to be called as soon as possible.
88+
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.
8991

9092
This operates as a FIFO queue, callbacks are called in the order in
9193
which they are registered. Each callback will be called exactly once.

0 commit comments

Comments
 (0)