EventLoop.stop

Stop running the event loop.

Every callback scheduled before $(D_PSYMBOL stop()) is called will run. Callbacks scheduled after $(D_PSYMBOL stop()) is called will not run. However, those callbacks will run if $(D_PSYMBOL runForever()) is called again later.

class EventLoop
final
void
stop
()

Meta