pkgsrc/devel/py-iowait/distinfo
imil 3a110a8a8c Initial import of py-iowait, version 0.2, into the NetBSD Packages Collection.
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.

This library is compatible both with Python 2 and 3.
2014-05-13 12:32:29 +00:00

5 lines
233 B
Text

$NetBSD: distinfo,v 1.1 2014/05/13 12:32:29 imil Exp $
SHA1 (iowait-0.2.tar.gz) = 5c8647a8ce6bfe40b962b81e929eccf844bde6b6
RMD160 (iowait-0.2.tar.gz) = b46670b76c652219d79fa21565b73654ed4ceaa3
Size (iowait-0.2.tar.gz) = 22339 bytes