DriverCore.yieldForEvent

Yields execution until the event loop receives an event.

interface DriverCore
@safe @safe
void
yieldForEvent
()

Throws

May throw an InterruptException if the task got interrupted using vibe.core.task.Task.interrupt(). Rethrows any exception that is passed to the resumeTask call that wakes up the task.

Meta