Class InterruptableSleepTimer#
Defined in File utilities.h
Class Documentation#
-
class InterruptableSleepTimer#
creates a sleep timer that can be interrupted.
This class uses try_lock_for in order to put a thread to sleep, while allowing it to be woken up early.