From 873539b50da56bbfe4c18283bfe239c29d52e81c Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 20 Feb 2019 14:16:38 +0100 Subject: [PATCH] lib.rst: add link to `asyncstreams`, fixes #6383 [ci skip] --- doc/lib.rst | 3 +++ 1 file changed, 3 insertions(+) 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.