Destroys the simulated clock.
Declared in <absl/time/simulated_clock.h>
virtual
~SimulatedClock() override;
The destructor should be called only if all Sleep(), etc. and AdvanceTime() calls have completed. The code does its best to let any pending calls finish gracefully, but there are no guarantees.