[#absl-SimulatedClock-SleepUntil] = xref:absl.adoc[absl]::xref:absl/SimulatedClock.adoc[SimulatedClock]::SleepUntil :relfileprefix: ../../ :mrdocs: Sleeps until the specified wakeup_time. == Synopsis Declared in `<absl/time/simulated_clock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void SleepUntil(xref:absl/Time.adoc[absl::Time] wakeup_time) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *wakeup_time* | The simulated time at which to wake up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#