Advances the simulated time by the specified duration. Wakes up any threads whose sleeps have now expired. Returns the number of woken threads.
Declared in <absl/time/simulated_clock.h>
<absl/time/simulated_clock.h>
int64_t AdvanceTime(absl::Duration d);
The number of woken threads.