eventlet.green.zmq
– ØMQ support¶
pyzmq
[1] is a python binding to the C++ ØMQ [2] library written in Cython [3].
eventlet.green.zmq
is greenthread aware version of pyzmq.
[1] | http://github.com/zeromq/pyzmq |
[2] | http://www.zeromq.com |
[3] | http://www.cython.org |