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
metadata.txt
select.py select: Convert float timeout to int with math.ceil. 2017-10-29 10:01:00 +03:00
setup.py