eventloop.ioloop

Module: eventloop.ioloop

tornado IOLoop API with zmq compatibility

This module is deprecated in pyzmq 17. To use zmq with tornado, eventloop integration is no longer required and tornado itself should be used.

Classes

ZMQIOLoop

class zmq.eventloop.ioloop.ZMQIOLoop(*args: Any, **kwargs: Any)

DEPRECATED: No longer needed as of pyzmq-17

PyZMQ tornado integration now works with the default tornado.ioloop.IOLoop.

Function

zmq.eventloop.ioloop.install()

DEPRECATED

pyzmq 17 no longer needs any special integration for tornado.