[#BloombergLP-bslmt-ThreadUtil-sleep-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::sleep :relfileprefix: ../../../ :mrdocs: Suspend the current thread for at least the specified relative time. == Synopses Declared in `<bslmt_threadutil.h>` Suspend the current thread for at least the specified relative time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslmt/ThreadUtil/sleep-0e.adoc[sleep](xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& sleepTime); ---- [.small]#xref:BloombergLP/bslmt/ThreadUtil/sleep-0e.adoc[_» more..._]# Suspend the current thread for at least the specified relative time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class REP_TYPE, class PERIOD_TYPE> static void xref:BloombergLP/bslmt/ThreadUtil/sleep-00.adoc[sleep](bsl::chrono::duration<REP_TYPE, PERIOD_TYPE> const& sleepTime); ---- [.small]#xref:BloombergLP/bslmt/ThreadUtil/sleep-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *sleepTime* | minimum relative duration to sleep |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#