Function Timer.waitUninterruptible
Waits until the timer fires.
bool waitUninterruptible() nothrow @safe;
Same as wait
, except that Task
has no effect on the wait.
Waits until the timer fires.
bool waitUninterruptible() nothrow @safe;
Same as wait
, except that Task
has no effect on the wait.