micropython-lib/select
Paul Sokolovsky 1cc01656f7 select: Actually implement extended arg to epoll.register().
Allow to pass arbitrary Python objects as "callback data" to epoll, which
will be then returned when activity on fd detected.
2014-04-20 06:20:57 +03:00
..
select.py select: Actually implement extended arg to epoll.register(). 2014-04-20 06:20:57 +03:00
setup.py select: Actually implement extended arg to epoll.register(). 2014-04-20 06:20:57 +03:00
test_epoll.py select: Actually implement extended arg to epoll.register(). 2014-04-20 06:20:57 +03:00