Sleeps for the specified duration.

Synopsis

Declared in <absl/time/clock_interface.h>

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

Parameters

Name

Description

d

The length of time to sleep.

Created with MrDocs