Function EventDriverCore.waiterCount
The number of pending callbacks.
abstract ulong waiterCount() nothrow @safe;
When this number drops to zero, the event loop can safely be quit. It is guaranteed that no callbacks will be made anymore, unless new callbacks get registered.