Cython I/O Loop
This is a cython I/O loop built on top of polling ZeroMQ sockets.
Reference / API
zeeko.cyloop.loop Module
Classes
IOLoop |
An I/O loop manager which relies on polling via ZMQ. |
Class Inheritance Diagram
zeeko.handlers.base Module
Classes
SocketInfo |
Information about a socket and it’s callbacks. |
SocketOptions |
Manage the socket options on a ZeroMQ socket. |
SocketOptionError |
Error raised when something goes terribly wrong while setting a socket option. |
Class Inheritance Diagram
zeeko.cyloop.throttle Module
Classes
Throttle |
A class for tracking and maintaining a rate limit. |
Class Inheritance Diagram
zeeko.cyloop.statemachine Module
Class Inheritance Diagram