How to use the select26.epoll function in select26

To help you get started, we’ve selected a few select26 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github dieseldev / diesel / diesel / hub.py View on Github external
def __init__(self):
        self.epoll = select.epoll()
        self.signal_handlers = defaultdict(deque)
        super(EPollEventHub, self).__init__()

select26

Backport of the new select module with epoll and kqueue interface

MIT
Latest version published 16 years ago

Package Health Score

42 / 100
Full package analysis

Similar packages