Sleep for the given duration without responding to interruption.
Synopsis
Declared in <util/time.h>
void
UninterruptibleSleep(std::chrono::microseconds const& n);
Parameters
Name |
Description |
n |
The duration to sleep for. |
Created with MrDocs