libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
thread.h File Reference
#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>
Include dependency graph for thread.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...
 

Detailed Description

See LICENSE file in the project root folder for license information.