Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FQueuedThreadPool
- FQueuedThreadPool::AddQueuedWork()
- FQueuedThreadPoolWrapper::AddQueuedWork()
- FQueuedThreadPoolDynamicWrapper::AddQueuedWork()
- FQueuedThreadPoolDynamicWrapper::AddQueuedWork()
- FQueuedThreadPoolTaskGraphWrapper::AddQueuedWork()
- FQueuedLowLevelThreadPool::AddQueuedWork()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPool.h |
Include | #include "Misc/QueuedThreadPool.h" |
void AddQueuedWork
&40;
IQueuedWork &42; InQueuedWork,
EQueuedWorkPriority InQueuedWorkPriority
&41;
Remarks
Checks to see if there is a thread available to perform the task. If not, it queues the work for later. Otherwise it is immediately dispatched.
Parameters
Name | Description |
---|---|
InQueuedWork | The work that needs to be done asynchronously |
InQueuedWorkPriority | The priority at which to process this task |