Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include | #include "Async/LocalWorkQueue.h" |
Syntax
template<typename TaskType>
class TLocalWorkQueue
Constructors
| Type | Name | Description | |
|---|---|---|---|
TLocalWorkQueue
(
TaskType* InitialWork, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddTask
(
TaskType* NewWork |
||
| void | AddWorkers
(
uint16 NumWorkers |
||
| void | Run
(
TFunctionRef< void(TaskType*)> InDoWork |