Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Revise and generalize loop parameter documentation
  • Loading branch information
manoj-km24 committed Apr 15, 2026
commit 92eef33316a2d2f64bbc5d2d3e4c2fdfc97a8d43
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