Skip to content

`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.

License

twisted/twisted-iocpsupport

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks