This is the complete list of members for dispenso::TimedTaskScheduler, including all inherited members.
schedule(Schedulable &sched, F &&func, double nextRunAbs, double period=0.0, size_t timesToRun=1, TimedTaskType type=TimedTaskType::kNormal) | dispenso::TimedTaskScheduler | inline |
schedule(Schedulable &sched, F &&func, const std::chrono::duration< Rep, Period > &timeInFuture) | dispenso::TimedTaskScheduler | inline |
schedule(Schedulable &sched, F &&func, const std::chrono::time_point< Clock, Duration > &nextRunTime) | dispenso::TimedTaskScheduler | inline |
schedule(Schedulable &sched, F &&func, const std::chrono::duration< Rep, Period > &timeInFuture, const std::chrono::duration< Rep, Period > &period, size_t timesToRun=std::numeric_limits< size_t >::max(), TimedTaskType type=TimedTaskType::kNormal) | dispenso::TimedTaskScheduler | inline |
schedule(Schedulable &sched, F &&func, const std::chrono::time_point< Clock, Duration > &nextRunTime, const std::chrono::duration< Rep, Period > &period, size_t timesToRun=std::numeric_limits< size_t >::max(), TimedTaskType type=TimedTaskType::kNormal) | dispenso::TimedTaskScheduler | inline |
setPriority(ThreadPriority priority) | dispenso::TimedTaskScheduler | inline |
TimedTaskScheduler(ThreadPriority priority=ThreadPriority::kNormal) | dispenso::TimedTaskScheduler | explicit |
~TimedTaskScheduler() (defined in dispenso::TimedTaskScheduler) | dispenso::TimedTaskScheduler |