diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-06 21:43:51 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-06 21:43:51 +0100 |
commit | d98b0d9f795969e594e95b9b3d0e0f56ee1f7c41 (patch) | |
tree | 29965563e5bf84effa55153a4a09510dc553d506 /doc/lib.txt | |
parent | 9840a6912d8ba4fd348f265fb8733c62ac578be4 (diff) | |
download | Nim-d98b0d9f795969e594e95b9b3d0e0f56ee1f7c41.tar.gz |
Selectors module now uses select on operating systems other than Linux.
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 ------- |