Yields execution until the event loop receives an event.
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.
See Implementation
Yields execution until the event loop receives an event.