Function DriverCore.resumeTask
Resumes the given task
.
This function may only be called outside of a task
to resume a
yielded task
. The optional event_exception
will be thrown in the
context of the resumed task
.
Prototype
abstract void resumeTask(
Task task,
Exception event_exception = null
) nothrow @safe;
See also
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.