[#UninterruptibleSleep] = UninterruptibleSleep :mrdocs: Sleep for the given duration without responding to interruption. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UninterruptibleSleep(std::chrono::microseconds const& n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | The duration to sleep for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#