absl::Clock::Sleep

Sleeps for the specified duration.

Synopsis

Declared in <absl/time/clock_interface.h>

virtual
void
Sleep(absl::Duration d) = 0;

Parameters

NameDescription
dThe length of time to sleep.