Skip to content
Snippets Groups Projects
Commit 617e033e authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/select: Add an article.

parent 07209f85
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ Methods ...@@ -61,7 +61,7 @@ Methods
list of (``obj``, ``event``, ...) tuples, ``event`` element specifies list of (``obj``, ``event``, ...) tuples, ``event`` element specifies
which events happened with a stream and is a combination of `select.POLL*` which events happened with a stream and is a combination of `select.POLL*`
constants described above. There may be other elements in tuple, depending constants described above. There may be other elements in tuple, depending
on platform and version, so don't assume that its size is 2. In case of on a platform and version, so don't assume that its size is 2. In case of
timeout, an empty list is returned. timeout, an empty list is returned.
Timeout is in milliseconds. Timeout is in milliseconds.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment