mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
docs: Add asyncio source code links (GH-16640)
This commit is contained in:
parent
320dd504dd
commit
f900064ac4
11 changed files with 54 additions and 4 deletions
|
@ -6,6 +6,10 @@
|
|||
Streams
|
||||
=======
|
||||
|
||||
**Source code:** :source:`Lib/asyncio/streams.py`
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
Streams are high-level async/await-ready primitives to work with
|
||||
network connections. Streams allow sending and receiving data without
|
||||
using callbacks or low-level protocols and transports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue