Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FQueuedThreadPool
- FQueuedThreadPoolTaskGraphWrapper
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPoolWrapper.h |
| Include | #include "Misc/QueuedThreadPoolWrapper.h" |
Syntax
class FQueuedThreadPoolTaskGraphWrapper : public FQueuedThreadPool
Remarks
ThreadPool wrapper implementation allowing to schedule thread-pool tasks on the task graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FQueuedThreadPoolTaskGraphWrapper
(
TFunction< ENamedThreads::Type(EQueuedWorkPriority)> InPriorityMapper |
InPriorityMapper Thread-safe function used to map any priority from this Queue to the priority that should be used when scheduling the task on the task graph. | ||
FQueuedThreadPoolTaskGraphWrapper
(
ENamedThreads::Type InDesiredThread |
InDesiredThread The task-graph desired thread and priority. |
Destructors
| Type | Name | Description | |
|---|---|---|---|