Skip to content

Commit

Permalink
bpo-33649: Fix asyncio-dev (pythonGH-9324)
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 authored Sep 14, 2018
1 parent afde1c1 commit 805e27e
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 339 deletions.
12 changes: 6 additions & 6 deletions Doc/library/asyncio-api-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Utilities to run asyncio programs, create Tasks, and
await on multiple things with timeouts.

.. list-table::
:widths: 30 70
:widths: 50 50

* - :func:`run`
- Create event loop, run a coroutine, close the loop.
Expand Down Expand Up @@ -71,7 +71,7 @@ implement connection pools, and pub/sub patterns.


.. list-table::
:widths: 30 70
:widths: 50 50

* - :class:`Queue`
- A FIFO queue.
Expand All @@ -97,7 +97,7 @@ Subprocesses
Utilities to spawn subprocesses and run shell commands.

.. list-table::
:widths: 30 70
:widths: 50 50

* - ``await`` :func:`create_subprocess_exec`
- Create a subprocess.
Expand All @@ -120,7 +120,7 @@ Streams
High-level APIs to work with network IO.

.. list-table::
:widths: 30 70
:widths: 50 50

* - ``await`` :func:`open_connection`
- Establish a TCP connection.
Expand Down Expand Up @@ -155,7 +155,7 @@ Synchronization
Threading-like synchronization primitives that can be used in Tasks.

.. list-table::
:widths: 30 70
:widths: 50 50

* - :class:`Lock`
- A mutex lock.
Expand Down Expand Up @@ -185,7 +185,7 @@ Exceptions
==========

.. list-table::
:widths: 30 70
:widths: 50 50


* - :exc:`asyncio.TimeoutError`
Expand Down
Loading

0 comments on commit 805e27e

Please sign in to comment.