- Class Scheduler
- later we can add priorities.
- Member Scheduler::perform (time_point_t const time)
- We can add another time point that specified when we should avoid to continue the process.
- Class Scheduler::Task
- Perhaps we should manage a pointer to pass to the method...