Sleeps until the specified wakeup_time.

Synopsis

Declared in <absl/time/simulated_clock.h>

virtual
void
SleepUntil(absl::Time wakeup_time) override;

Parameters

Name

Description

wakeup_time

The simulated time at which to wake up.

Created with MrDocs