diff --git a/doc/lib.rst b/doc/lib.rst index a6d5e4e78c..6fb0abedc2 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -213,6 +213,9 @@ Generic Operating System Services This module implements asynchronous file reading and writing using ``asyncdispatch``. +* `asyncstreams `_ + This module provides `FutureStream` - a future that acts as a queue. + * `distros `_ This module implements the basics for OS distribution ("distro") detection and the OS's native package manager.