pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-iowait



Module Name:    pkgsrc
Committed By:   imil
Date:           Tue May 13 12:32:29 UTC 2014

Added Files:
        pkgsrc/devel/py-iowait: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-iowait/DESCR \
    pkgsrc/devel/py-iowait/Makefile pkgsrc/devel/py-iowait/PLIST \
    pkgsrc/devel/py-iowait/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index