Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TConsumeAllMpmcQueue
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ConsumeAllMpmcQueue.h |
| Include | #include "Containers/ConsumeAllMpmcQueue.h" |
template<typename F>
EConsumeAllMpmcQueueResult ConsumeAllFifo
&40;
const F & Consumer
&41;
Remarks
Take all items off the Queue atomically and consumes them in FIFO order at the cost of the reversing the Links once returns EConsumeAllMpmcQueueResult::WasEmpty if the Queue was empty or EConsumeAllMpmcQueueResult::HadItems if there were items to consume