Merge branch 'v0.19.x'

This commit is contained in:
Max Kellermann
2014-12-15 00:46:56 +01:00
8 changed files with 190 additions and 25 deletions

View File

@@ -179,9 +179,10 @@ EventLoop::Run()
mutex.lock();
HandleDeferred();
busy = false;
const bool _again = again;
mutex.unlock();
if (again)
if (_again)
/* re-evaluate timers because one of the
IdleMonitors may have added a new
timeout */