On 14.3.2014. 19:33, Guido van Rossum wrote:
But when you stop the loop, the callback never runs (it is stuck in the loop's _ready queue)
Just crossed my mind... isn't loop.stop() supposed to wait for all scheduled callbacks to run? Docs clearly state:
"Every callback scheduled before stop() is called will run."
