TLocalWorkQueue

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h

Include

#include "Async/LocalWorkQueue.h"

Syntax

template<typename TaskType>
class TLocalWorkQueue

Constructors

Name Description

Public function

TLocalWorkQueue

(
    TaskType* InitialWork,
    LowLevelTasks::ETaskPriority InPrio...
)

Functions

Name Description

Public function

void

 

AddTask

(
    TaskType* NewWork
)

Public function

void

 

AddWorkers

(
    uint16 NumWorkers
)

Public function

void

 

Run

(
    TFunctionRef< void>...
)