KiwiScheduler
Public Member Functions | List of all members
Scheduler::Timer Class Referenceabstract

The timer is the pure virtual class that used by task. More...

Public Member Functions

virtual ~Timer ()
 The destructor.
 
virtual void callback ()=0
 The callback method.
 

Detailed Description

The timer is the pure virtual class that used by task.