FStallingTaskQueue

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

FStallingTaskQueue

References

Module

Core

Header

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

Include

#include "Containers/LockFreeList.h"

Syntax

template<class T, int TPaddingForCacheContention, int NumPriorities>
class FStallingTaskQueue : public FNoncopyable

Constructors

Name Description

Public function

FStallingTaskQueue()

Functions

Name Description

Public function

T *

 

Pop

(
    int32 MyThread,
    bool bAllowStall
)

Public function

int32

 

Push

(
    T* InPayload,
    uint32 Priority
)

Typedefs

Name

Description

TDoublePtr

TLink

TLinkPtr

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