As of version 5.0 of tornado IOloop.instance() has been deprecated and
doesn't return the main thread's IOloop.
Instead of passing the main threads IOLoop in a global variable across
threads, implementing condor_q as non-blocking coroutine seems cleaner
and more consistent.
As of version 5.0 of tornado IOloop.instance() has been deprecated and doesn't return the main thread's IOloop. Instead of passing the main threads IOLoop in a global variable across threads, implementing condor_q as non-blocking coroutine seems cleaner and more consistent.