Sleeps until the specified time.
Synopsis
Declared in <absl/time/clock_interface.h>
virtual
void
SleepUntil(absl::Time wakeup_time) = 0;
Parameters
Name |
Description |
wakeup_time |
The time at which to wake up. |
Created with MrDocs