micropython-lib/select
Reid Wagner b54987bd14 select: Convert float timeout to int with math.ceil.
In CPython, timeout is a float and the value rounded up to the
nearest millisecond.
2017-10-29 10:01:00 +03:00
..
example_epoll.py select: example_epoll.py: Rename from test_epoll.py. 2017-09-29 10:18:54 -07:00
metadata.txt select: Release 0.3. 2017-10-21 21:28:43 +03:00
select.py select: Convert float timeout to int with math.ceil. 2017-10-29 10:01:00 +03:00
setup.py select: Release 0.3. 2017-10-21 21:28:43 +03:00