olp-cpp-sdk
1.22.0
|
This is the complete list of members for olp::thread::TaskScheduler, including all inherited members.
CallFuncType typedef | olp::thread::TaskScheduler | |
EnqueueTask(CallFuncType &&)=0 | olp::thread::TaskScheduler | protectedpure virtual |
EnqueueTask(CallFuncType &&func, uint32_t priority) | olp::thread::TaskScheduler | inlineprotectedvirtual |
ScheduleTask(CallFuncType &&func) | olp::thread::TaskScheduler | inline |
ScheduleTask(CallFuncType &&func, uint32_t priority) | olp::thread::TaskScheduler | inline |
ScheduleTask(Function &&func) | olp::thread::TaskScheduler | inline |
~TaskScheduler()=default (defined in olp::thread::TaskScheduler) | olp::thread::TaskScheduler | virtual |