Function DriverCore.yieldForEventDeferThrow
Yields execution until the event loop receives an event.
Prototype
abstract void yieldForEventDeferThrow() nothrow @safe;
Throws
This method doesn't throw. Any exceptions, such as
InterruptException or an exception passed to resumeTask
,
are stored and thrown on the next call to yieldForEvent
.
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.