https://github.com/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.
https://github.com/twisted/twisted-iocpsupport
iocp twisted
Last synced: about 1 year ago
JSON representation
`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.
- Host: GitHub
- URL: https://github.com/twisted/twisted-iocpsupport
- Owner: twisted
- License: other
- Created: 2020-10-14T09:31:22.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2025-05-26T19:24:12.000Z (about 1 year ago)
- Last Synced: 2025-06-10T00:57:01.788Z (about 1 year ago)
- Topics: iocp, twisted
- Language: Cython
- Homepage: https://github.com/twisted/twisted/issues?q=is%3Aopen+is%3Aissue+label%3Aiocpreactor
- Size: 106 KB
- Stars: 2
- Watchers: 11
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
twisted-iocpsupport
===================
.. image:: https://img.shields.io/github/actions/workflow/status/twisted/twisted-iocpsupport/github-deploy.yml?branch=default
:alt: GitHub Actions
:target: https://github.com/twisted/twisted-iocpsupport/
.. image:: https://img.shields.io/pypi/v/twisted-iocpsupport?logo=pypi
:alt: PyPI
:target: https://pypi.org/project/twisted-iocpsupport/
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.