Function EventDriverCore.exit
Causes processEvents
to return with ExitReason
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
.