Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/TLocalWorkQueue
Inheritance Hierarchy
- TConcurrentLinearObject
- FThreadSafeRefCountedObject
- TLocalWorkQueue::FInternalData
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include | #include "Async/LocalWorkQueue.h" |
Syntax
struct FInternalData :
public TConcurrentLinearObject< FInternalData, FTaskGraphBlockAllocationTag >,
public FThreadSafeRefCountedObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| std::atomic_int | ActiveWorkers | ||
| std::atomic_bool | CheckDone | ||
| FAAArrayQueue< TaskType > | TaskQueue |