Cheetah Software
1.0
|
Implementation of a periodic function running in a separate thread. Periodic tasks have a task manager, which measure how long they take to run. More...
#include <string>
#include <thread>
#include <vector>
Go to the source code of this file.
Classes | |
class | PeriodicTask |
class | PeriodicTaskManager |
class | PeriodicFunction |
class | PrintTaskStatus |
class | PeriodicMemberFunction< T > |
Implementation of a periodic function running in a separate thread. Periodic tasks have a task manager, which measure how long they take to run.
Definition in file PeriodicTask.h.