Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/Fundamental > API/Runtime/Core/Async/Fundamental/FWaitingQueue
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Fundamental/WaitingQueue.h |
| Include | #include "Async/Fundamental/WaitingQueue.h" |
| Source | /Engine/Source/Runtime/Core/Private/Async/Fundamental/WaitingQueue.cpp |
void IncrementOversubscription()
Remarks
Increment oversubscription and notify a thread if we're under the allowed thread count. If dynamic thread creation is allowed, this could spawn a new thread if needed.