• Max Kellermann's avatar
    event/Call: allow usage during shutdown · 4e5271fc
    Max Kellermann authored
    Change EventLoop::IsInside() call to EventLoop::IsInsideOrNull().
    This means that BlockingCall() may be used during shutdown, after the
    main EventLoop::Run() has finished.  This is important because mixers
    are currently registered in the main EventLoop.
    4e5271fc
Call.cxx 2.01 KB