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

Name

Description

d

The length of simulated time to sleep.

Created with MrDocs