##// END OF EJS Templates
never call Queue.get(block=True, timeout=None)...
never call Queue.get(block=True, timeout=None) get(block=True, timeout=None) is uninterruptible. Replacing this with timeout=1e6 is effectively forever, but respects interrupts.
MinRK -
r4252:53d497b1
Show More