Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Base Event Loop
===============

**Source code:** :source:`Lib/asyncio/events.py`

The event loop is the central execution device provided by :mod:`asyncio`.
It provides multiple facilities, including:

Expand Down
2 changes: 2 additions & 0 deletions Doc/library/asyncio-eventloops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Event loops
===========

**Source code:** :source:`Lib/asyncio/events.py`

Event loop functions
--------------------

Expand Down
10 changes: 7 additions & 3 deletions Doc/library/asyncio-protocol.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.. currentmodule:: asyncio

++++++++++++++++++++++++++++++++++++++++++++++
Transports and protocols (callback based API)
++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++
Transports and protocols (callback based API)
+++++++++++++++++++++++++++++++++++++++++++++

**Source code:** :source:`Lib/asyncio/transports.py`

**Source code:** :source:`Lib/asyncio/protocols.py`

.. _asyncio-transport:

Expand Down
2 changes: 2 additions & 0 deletions Doc/library/asyncio-queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Queues
======

**Source code:** :source:`Lib/asyncio/queues.py`

Queues:

* :class:`Queue`
Expand Down
2 changes: 2 additions & 0 deletions Doc/library/asyncio-stream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Streams (coroutine based API)
+++++++++++++++++++++++++++++

**Source code:** :source:`Lib/asyncio/streams.py`

Stream functions
================

Expand Down
2 changes: 2 additions & 0 deletions Doc/library/asyncio-subprocess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Subprocess
==========

**Source code:** :source:`Lib/asyncio/subprocess.py`

Windows event loop
------------------

Expand Down
2 changes: 2 additions & 0 deletions Doc/library/asyncio-sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Synchronization primitives
==========================

**Source code:** :source:`Lib/asyncio/locks.py`

Locks:

* :class:`Lock`
Expand Down
4 changes: 4 additions & 0 deletions Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Tasks and coroutines
====================

**Source code:** :source:`Lib/asyncio/tasks.py`

**Source code:** :source:`Lib/asyncio/coroutines.py`

.. _coroutine:

Coroutines
Expand Down