#include <thread>#include <promeki/core/objectbase.h>#include <promeki/core/set.h>#include <promeki/core/mutex.h>#include <promeki/core/waitcondition.h>#include <promeki/core/atomic.h>
Go to the source code of this file.
Classes | |
| class | Thread |
| Wrapper around std::thread with a built-in EventLoop. More... | |
Enumerations | |
| enum class | SchedulePolicy { SchedulePolicy::Default , SchedulePolicy::RoundRobin , SchedulePolicy::Fifo , SchedulePolicy::Batch , SchedulePolicy::Idle } |
| Scheduling policy for thread priority control. More... | |
See LICENSE file in the project root folder for license information.