File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313This module provides infrastructure for writing single-threaded concurrent
1414code using coroutines, multiplexing I/O access over sockets and other
1515resources, running network clients and servers, and other related primitives.
16-
1716Here is a more detailed list of the package contents:
1817
1918* a pluggable :ref: `event loop <event-loop >` with various system-specific
@@ -40,14 +39,7 @@ Here is a more detailed list of the package contents:
4039 you absolutely, positively have to use a library that makes blocking
4140 I/O calls.
4241
43-
44- Disclaimer
45- ==========
46-
47- Full documentation is not yet ready; we hope to have it written
48- before Python 3.4 leaves beta. Until then, the best reference is
49- :PEP: `3156 `. For a motivational primer on transports and protocols,
50- see :PEP: `3153 `.
42+ Table of content:
5143
5244.. toctree ::
5345 :maxdepth: 3
@@ -58,3 +50,8 @@ see :PEP:`3153`.
5850 asyncio-protocol.rst
5951 asyncio-sync.rst
6052
53+ .. seealso ::
54+
55+ The :mod: `asyncio ` module was designed in the :PEP: `3156 `. For a
56+ motivational primer on transports and protocols, see :PEP: `3153 `.
57+
You can’t perform that action at this time.
0 commit comments