sleepUntil overloads
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);
» more...
Suspend the current thread until the specified absolute time.
static
void
sleepUntil(
bsls::TimeInterval const& absoluteTime,
bsls::SystemClockType::Enum clockType = bsls::SystemClockType::e_REALTIME);
» more...
| Name | Description |
|---|---|
| absoluteTime | absolute time point at which to resume |
| clockType | clock epoch used to interpret absoluteTime |