diff options
Diffstat (limited to 'doc/lib.txt')
-rw-r--r-- | doc/lib.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 92ca18ea1..62efe6a5d 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -247,6 +247,10 @@ Internet Protocols and Support * `rawsockets <rawsockets.html>`_ This module implements a low-level sockets API. +* `selectors <selectors.html>`_ + This module implements a selector API with backends specific to each OS. + Currently epoll on Linux and select on other operating systems. + Parsers ------- |