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.
See Implementation
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.