UninterruptibleSleep

Sleep for the given duration without responding to interruption.

Synopsis

Declared in <util/time.h>

void
UninterruptibleSleep(std::chrono::microseconds const& n);

Parameters

NameDescription
nThe duration to sleep for.