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.exit

Causes processEvents to return with ExitReason.exited as soon as possible.

abstract void exit() nothrow @safe;

A call to processEvents that is currently in progress will be notified so that it returns immediately. If no call is in progress, the next call to processEvents will immediately return with ExitReason.exited.

Authors
Copyright
License