Open 3D Engine AzCore API Reference 25.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::JobManagerDesc Struct Reference

#include <JobManagerDesc.h>

Public Types

using DescList = AZStd::fixed_vector< JobManagerThreadDesc, 64 >
 

Public Member Functions

unsigned GetWorkerThreadCount (unsigned requestedWorkerThreadCount) const
 

Public Attributes

const charm_jobManagerName = ""
 
DescList m_workerThreads
 List of worker threads to create.
 

Detailed Description

Job manager create descriptor.

Member Function Documentation

◆ GetWorkerThreadCount()

unsigned AZ::JobManagerDesc::GetWorkerThreadCount ( unsigned  requestedWorkerThreadCount) const
inline

Limits the number of worker threads to fit in m_workerThreads.


The documentation for this struct was generated from the following file: