TClosableLockFreePointerListUnorderedSingleConsumer

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

FLockFreePointerListLIFOBase

TClosableLockFreePointerListUnorderedSingleConsumer

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h

Include

#include "Containers/LockFreeList.h"

Syntax

template<class T, int TPaddingForCacheContention>
class TClosableLockFreePointerListUnorderedSingleConsumer : private FLockFreePointerListLIFOBase< T, TPaddingForCacheContention, 2 >

Functions

Name Description

Public function Const

bool

 

IsClosed()

Check if the list is closed

Public function

void

 

PopAllAndClose

(
    TArray< T* >& Output
)

Pop all items from the list and atomically close it.

Public function

bool

 

PushIfNotClosed

(
    T* NewItem
)

Push an item onto the head of the list, unless the list is closed

Public function

void

 

Reset()

Reset the list to the initial state.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss