Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/Fundamental
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Fundamental/LocalQueue.h |
| Include | #include "Async/Fundamental/LocalQueue.h" |
Syntax
template<uint32 NumLocalItems, uint32 MaxLocalQueues>
class TLocalQueueRegistry
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTask * | DequeueGlobal
(
bool GetBackGroundTasks |
Grab an Item directy from the Global OverflowQueue | |
| FTask * | DequeueSteal
(
bool GetBackGroundTasks |
||
| void | Enqueue an Item directy into the Global OverflowQueue | ||
| void | Reset () |
Not thread-safe. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TLocalQueue |
Typedefs
| Name | Description |
|---|---|
| DequeueHazard | |
| FLocalQueueType | |
| FOverflowQueueType |