![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "Event.h"
#include <atomic>
#include <future>
#include <stdint.h>
#include <string>
#include <thread>
Classes | |
class | CThread |
Enumerations | |
enum class | ThreadPriority { LOWEST , BELOW_NORMAL , NORMAL , ABOVE_NORMAL , HIGHEST , PRIORITY_COUNT } |
|
strong |
Enumerator | |
---|---|
LOWEST | |
BELOW_NORMAL | |
NORMAL | |
ABOVE_NORMAL | |
HIGHEST | |
PRIORITY_COUNT | Do not use this for priority. It is only needed to count the amount of values in the ThreadPriority enum. |