IScheduler.processEvents

Suspends current fiber temporarily, allowing pending events to be processed. Current fiber will be resumed as soon as no immediate events are left.

interface IScheduler
void
processEvents
()

Throws

SuspendQueueFullException if suspending is not possible because resuming queue is full

Meta