![]() |
Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"#include "Containers/Array.h"#include "GenericPlatform/GenericPlatformAffinity.h"#include "Templates/Function.h"
Include dependency graph for QueuedThreadPool.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FThreadPoolPriorityQueue |
| class | FQueuedThreadPool |
Enumerations | |
| enum class | EQueuedWorkPriority : uint8 { Blocking = 0 , Highest = 1 , High = 2 , Normal = 3 , Low = 4 , Lowest = 5 , Count } |
Functions | |
| const TCHAR * | LexToString (EQueuedWorkPriority Priority) |
Variables | |
| FQueuedThreadPool * | GThreadPool |
| FQueuedThreadPool * | GIOThreadPool |
| FQueuedThreadPool * | GBackgroundPriorityThreadPool |
|
strong |
Higher priority are picked up first by the task thread pool.
| Enumerator | |
|---|---|
| Blocking | |
| Highest | |
| High | |
| Normal | |
| Low | |
| Lowest | |
| Count | |
Definition at line 13 of file QueuedThreadPool.h.
|
inline |
Definition at line 24 of file QueuedThreadPool.h.
|
extern |
|
extern |
|
extern |
Global thread pool for shared async operations