SSP21-CPP
Public Member Functions | List of all members
exe4cpp::ITimer Class Referenceabstract

#include <exe4cpp/ITimer.h>

Public Member Functions

virtual void cancel ()=0
 
virtual steady_time_t expires_at ()=0
 

Detailed Description

Timer are used to defer events for a later time on an executor.

Definition at line 36 of file ITimer.h.