• Max Kellermann's avatar
    event/Loop: remove failing assert() · 740cbe9e
    Max Kellermann authored
    The `assert(!quit)` can fail if the `EventThread` gets stopped before
    it enters `EventLoop::Run()`. There is a similar problem with `alive`,
    which gets reset by `EventThread::Stop()`.
    
    If that happens, then `EventLoop::Run()` should return immediately
    without handling any events.
    740cbe9e
Loop.cxx 8.51 KB