Registered
by
Andrea Corbellini
Platform-
Different operating systems provide different ways to wait for I/O completion events: there's select(), poll(), epoll() and kqueue(). For cross-platform applications it can be a pain to support all this system functions, especially because each one provides a different interface.
IOWait solves this problem by providing a unified interface and using always the best and faster function available in the platform. Its only limitation is that, on Windows, it only works for sockets.
View full history Series and milestones
0.x series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- Python 2 & 3
All packages Packages in Distributions
-
python-iowait source package in Xenial
Version 0.1-1.1build1 uploaded -
python-iowait source package in Trusty
Version 0.1-1.1build1 uploaded -
python-iowait source package in Precise
Version 0.1-1.1build1 uploaded -
python-iowait source package in Mantic
Version 0.1-1.2 uploaded -
python-iowait source package in Lunar
Version 0.1-1.2 uploaded