class Sleeper
Defined at line 23 of file ../../third_party/cobalt/src/lib/util/sleeper.h
Implements SleeperInterface by invoking the real std::this_thread::sleep_for
method.
Public Methods
void Sleeper ()
Defined at line 25 of file ../../third_party/cobalt/src/lib/util/sleeper.h
void sleep_for (const std::chrono::milliseconds & sleep_duration)
Defined at line 27 of file ../../third_party/cobalt/src/lib/util/sleeper.h