absl::Clock::SleepUntil

Sleeps until the specified time.

Synopsis

Declared in <absl/time/clock_interface.h>

virtual
void
SleepUntil(absl::Time wakeup_time) = 0;

Parameters

NameDescription
wakeup_timeThe time at which to wake up.