[#BloombergLP-bslmt-ThreadUtil-sleepUntil-0be] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::sleepUntil :relfileprefix: ../../../ :mrdocs: `sleepUntil` overloads == Synopses Declared in `<bslmt_threadutil.h>` Suspend the current thread until the specified absolute time point. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CLOCK, class DURATION> static void xref:BloombergLP/bslmt/ThreadUtil/sleepUntil-0b1.adoc[sleepUntil](bsl::chrono::time_point<CLOCK, DURATION> const& absoluteTime); ---- [.small]#xref:BloombergLP/bslmt/ThreadUtil/sleepUntil-0b1.adoc[_» more..._]# Suspend the current thread until the specified absolute time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslmt/ThreadUtil/sleepUntil-0c.adoc[sleepUntil]( xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& absoluteTime, xref:BloombergLP/bsls/SystemClockType/Enum.adoc[bsls::SystemClockType::Enum] clockType = bsls::SystemClockType::e_REALTIME); ---- [.small]#xref:BloombergLP/bslmt/ThreadUtil/sleepUntil-0c.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *absoluteTime* | absolute time point at which to resume | *clockType* | clock epoch used to interpret `absoluteTime` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#