twisted / twisted-iocpsupport

`twisted-iocpsupport` is an extension module for the Twisted `iocp` reactor to use the Windows I/O Completion Ports (IOCP) networking API. You should not need to install it directly or interact with its API; it is a dependency of Twisted on Windows platforms.

Home Page:https://github.com/twisted/twisted/issues?q=is%3Aopen+is%3Aissue+label%3Aiocpreactor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twisted-iocpsupport

PyPI

An extension for use in the L{twisted.internet.iocpreactor} I/O Completion Ports reactor.

This code was initially part of the core Twisted project. It was moved into a separate repo in order to simplify the Twisted production deployment. As such, issues are handled via the twisted/twisted GitHub Issues system

Additionally, this package provides no compatability gurantees: All use must be via the Twisted PyPI distribution and twisted Python package. Applications must not depend on the twisted-iocpsupport PyPI distribution directly. Applications must not import names from the twisted_iocpsupport package directly. See the Twisted Compatability Policy for more info.

About

`twisted-iocpsupport` is an extension module for the Twisted `iocp` reactor to use the Windows I/O Completion Ports (IOCP) networking API. You should not need to install it directly or interact with its API; it is a dependency of Twisted on Windows platforms.

https://github.com/twisted/twisted/issues?q=is%3Aopen+is%3Aissue+label%3Aiocpreactor

License:Other


Languages

Language:Cython 84.1%Language:C 13.4%Language:Python 2.4%