Function yieldUninterruptible
Suspends the execution of the calling task to let other tasks and events be handled.
void yieldUninterruptible() nothrow @safe;
This version of yield
will not react to calls to Task
and will
not throw any exceptions.