docs: Add asyncio source code links (GH-16640)

This commit is contained in:
Kyle Stanley 2019-10-10 19:18:46 -04:00 committed by Yury Selivanov
parent 320dd504dd
commit f900064ac4
11 changed files with 54 additions and 4 deletions

View file

@ -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.