KiwiScheduler
Public Member Functions | Friends | List of all members
Scheduler::Task Class Reference

The task that can be added to a scheduler. More...

Public Member Functions

 Task (Timer &master, const id_t queue_id=0)
 the constructor. More...
 

Friends

class Scheduler
 

Detailed Description

The task that can be added to a scheduler.

Todo:
Perhaps we should manage a pointer to pass to the method...

Constructor & Destructor Documentation

Task ( Timer master,
const id_t  queue_id = 0 
)
inline

the constructor.

Parameters
masterThe method to call.
queue_idThe id of the queue in wich it will be added.