[#absl-SimulatedClock-Sleep] = xref:absl.adoc[absl]::xref:absl/SimulatedClock.adoc[SimulatedClock]::Sleep :relfileprefix: ../../ :mrdocs: Sleeps until the specified duration has elapsed according to this clock. == Synopsis Declared in `<absl/time/simulated_clock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void Sleep(xref:absl/Duration.adoc[absl::Duration] d) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *d* | The length of simulated time to sleep. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#