mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
This commit is contained in:
parent
6ffd9b05df
commit
6793cce155
3 changed files with 280 additions and 65 deletions
|
|
@ -810,7 +810,7 @@ data, and waits until the connection is closed::
|
|||
.. seealso::
|
||||
|
||||
The :ref:`TCP echo client using streams <asyncio-tcp-echo-client-streams>`
|
||||
example uses the high-level :func:`asyncio.open_connection` function.
|
||||
example uses the high-level :func:`asyncio.connect` function.
|
||||
|
||||
|
||||
.. _asyncio-udp-echo-server-protocol:
|
||||
|
|
@ -977,7 +977,7 @@ Wait until a socket receives data using the
|
|||
|
||||
The :ref:`register an open socket to wait for data using streams
|
||||
<asyncio_example_create_connection-streams>` example uses high-level streams
|
||||
created by the :func:`open_connection` function in a coroutine.
|
||||
created by the :func:`asyncio.connect` function in a coroutine.
|
||||
|
||||
.. _asyncio_example_subprocess_proto:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue