Returns the earliest wakeup time.

Synopsis

Declared in <absl/time/simulated_clock.h>

std::optional<absl::Time>
GetEarliestWakeupTime() const;

Return Value

The earliest pending wakeup time, or no value if none is pending.

Created with MrDocs