processEvents

Process all pending events without blocking.

Checks if events are ready to trigger immediately, and run their callbacks if so.

@safe nothrow
bool
processEvents
()

Return Value

Type: bool

Returns false iff exitEventLoop was called in the process.

Meta