Open eugeniy opened 9 years ago
Needed for apps that rely on IOLoop.instance()
Currently, IOLoop() is created, this should be overridable.
Yes please, I'd like this. I'm using zmq in addition to tornado and it relies on IOLoop.instance(). I've solved it by calling io_loop.install() but it isn't very pretty :)
Needed for apps that rely on IOLoop.instance()
Currently, IOLoop() is created, this should be overridable.