-
- Downloads
[Task Scheduler] Better task handling
Now when stariting the scheduler, all tasks next tick are normalized in respect to the current tick and each task's period. Also when using removeTask, the task is directly remove also from the agend, preventing further executions. Refers to #91
Showing
- CMakeLists.txt 2 additions, 2 deletionsCMakeLists.txt
- src/shared/scheduler/TaskScheduler.cpp 78 additions, 20 deletionssrc/shared/scheduler/TaskScheduler.cpp
- src/shared/scheduler/TaskScheduler.h 30 additions, 18 deletionssrc/shared/scheduler/TaskScheduler.h
- src/tests/scheduler/test-taskscheduler.cpp 139 additions, 0 deletionssrc/tests/scheduler/test-taskscheduler.cpp
Loading
Please register or sign in to comment