Function ITaskManager.wait

Suspend the current task for the given duration

void wait (
  core.time.Duration dur
) nothrow @safe;

Parameters

NameDescription
dur the duration for which to suspend the task for