Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
Foundation::Core::JobSystemDesc Struct Reference

#include <JobSystem.hpp>

Public Attributes

size_t workerCount {}
 
size_t maxJobs {1024}
 
size_t maxBarriers {16}
 
size_t readyQueueSize {1024}
 
Allocatorallocator {}
 
StringView name {"Job"}
 

Member Data Documentation

◆ allocator

Allocator* Foundation::Core::JobSystemDesc::allocator {}

◆ maxBarriers

size_t Foundation::Core::JobSystemDesc::maxBarriers {16}

◆ maxJobs

size_t Foundation::Core::JobSystemDesc::maxJobs {1024}

◆ name

StringView Foundation::Core::JobSystemDesc::name {"Job"}

◆ readyQueueSize

size_t Foundation::Core::JobSystemDesc::readyQueueSize {1024}

◆ workerCount

size_t Foundation::Core::JobSystemDesc::workerCount {}

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