absl::SimulatedClock::Sleep

Sleeps until the specified duration has elapsed according to this clock.

Synopsis

Declared in <absl/time/simulated_clock.h>

virtual
void
Sleep(absl::Duration d) override;

Parameters

NameDescription
dThe length of simulated time to sleep.