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.

interface DriverCore
@safe @safe nothrow
void
resumeTask
(
Task task
,
Exception event_exception = null
)

See Also

Meta