Path to this page:
./
devel/py-iowait,
Platform-independent module for I/O completion events
Branch: pkgsrc-2022Q4,
Version: 0.2nb1,
Package name: py310-iowait-0.2nb1,
Maintainer: imilDifferent 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.
This library is compatible both with Python 2 and 3.
Master sites:
Filesize: 21.815 KB
Version history: (Expand)
- (2022-12-27) Package added to pkgsrc.se, version py310-iowait-0.2nb1 (created)