EventDriverCore.waiterCount

The number of pending callbacks.

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.

interface EventDriverCore
@safe nothrow
size_t
waiterCount
()

Meta