summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/lib.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index a6d5e4e78..6fb0abedc 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 <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.