Function DriverCore.yieldForEvent
Yields execution until the event loop receives an event.
Prototype
abstract void yieldForEvent() @safe;
Throws
May throw an InterruptException if the task got interrupted
using vibe
(). Rethrows any
exception that is passed to the resumeTask
call that wakes
up the task.
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.