micropython-lib/select
Paul Sokolovsky 165fbbd768 select: Add yet another workaround for struct epoll_event, this time for x86_64.
So, it's now clear that dealing with this struct should be rather moved on C side.
2014-09-06 19:36:28 +03:00
..
metadata.txt select: Add yet another workaround for struct epoll_event, this time for x86_64. 2014-09-06 19:36:28 +03:00
select.py select: Add yet another workaround for struct epoll_event, this time for x86_64. 2014-09-06 19:36:28 +03:00
setup.py select: Add yet another workaround for struct epoll_event, this time for x86_64. 2014-09-06 19:36:28 +03:00
test_epoll.py