sleepUntil overloads
Synopses
Declared in <bslmt_threadutil.h>
Suspend the current thread until the specified absolute time point.
template<
class CLOCK,
class DURATION>
static
void
sleepUntil(bsl::chrono::time_point<CLOCK, DURATION> const& absoluteTime);
Suspend the current thread until the specified absolute time.
static
void
sleepUntil(
bsls::TimeInterval const& absoluteTime,
bsls::SystemClockType::Enum clockType = bsls::SystemClockType::e_REALTIME);
Parameters
Name |
Description |
absoluteTime |
absolute time point at which to resume |
clockType |
clock epoch used to interpret |
Created with MrDocs