vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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.

Authors
Copyright
License