Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Doc/library/asyncio-future.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Futures
*Future* objects are used to bridge **low-level callback-based code**
with high-level async/await code.

.. note::

Some of the future functions and the future object use an
optional argument *loop* that takes an object of :class:`EventLoop`
to denote which event loop the future is using. By default *loop*
is set to the event loop that is currently running.

Future Functions
================
Expand Down