Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/Fundamental
Inheritance Hierarchy
- TWorkStealingQueueBase2
- TWorkStealingQueue2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Fundamental/LocalQueue.h |
| Include | #include "Async/Fundamental/LocalQueue.h" |
Syntax
template<typename Type, uint32 NumItems>
class TWorkStealingQueue2 : protected LowLevelTasks::LocalQueue_Impl::TWorkStealingQueueBase2< NumItems >
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Get
(
PointerType& Item |
||
| bool | Put
(
PointerType Item |
||
| bool | Steal
(
PointerType& Item |
Typedefs
| Name | Description |
|---|---|
| PointerType |