lib.rst: add link to asyncstreams, fixes #6383 [ci skip]

This commit is contained in:
narimiran
2019-02-20 14:16:38 +01:00
parent ffd0f81247
commit 873539b50d

View File

@@ -213,6 +213,9 @@ Generic Operating System Services
This module implements asynchronous file reading and writing using
``asyncdispatch``.
* `asyncstreams <asyncstreams.htm>`_
This module provides `FutureStream` - a future that acts as a queue.
* `distros <distros.html>`_
This module implements the basics for OS distribution ("distro") detection
and the OS's native package manager.