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

Resets the exit flag.

abstract void clearExitFlag() nothrow @safe;

processEvents will automatically reset the exit flag before it returns with ExitReason.exited. However, if exit is called outside of processEvents, the next call to processEvents will return with ExitCode.exited immediately. This function can be used to avoid this.

Authors
Copyright
License