Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FQueuedLowLevelThreadPool
Internal data of the scheduler used for cancellation
| Name | FQueuedWorkInternalData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPoolWrapper.h |
| Include Path | #include "Misc/QueuedThreadPoolWrapper.h" |
Syntax
struct FQueuedWorkInternalData :
public TConcurrentLinearObject< FQueuedWorkInternalData, FTaskGraphBlockAllocationTag > ,
public IQueuedWorkInternalData
Inheritance Hierarchy
- TConcurrentLinearObject → FQueuedLowLevelThreadPool::FQueuedWorkInternalData
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Task | LowLevelTasks::FTask | Misc/QueuedThreadPoolWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Retract() |
Misc/QueuedThreadPoolWrapper.h |