Foundation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Foundation::Core::JobGraph::WorkerJob Struct Referencefinal
Inheritance diagram for Foundation::Core::JobGraph::WorkerJob:
Foundation::Core::Job

Public Member Functions

 WorkerJob (JobGraph *graph, size_t id)
 
void Execute (size_t workerId) noexcept override
 
- Public Member Functions inherited from Foundation::Core::Job
virtual ~Job ()=default
 

Public Attributes

JobGraphgraph
 
size_t id
 

Constructor & Destructor Documentation

◆ WorkerJob()

Foundation::Core::JobGraph::WorkerJob::WorkerJob ( JobGraph graph,
size_t  id 
)
inline

Member Function Documentation

◆ Execute()

void Foundation::Core::JobGraph::WorkerJob::Execute ( size_t  workerId)
inlineoverridevirtualnoexcept

Implements Foundation::Core::Job.

Member Data Documentation

◆ graph

JobGraph* Foundation::Core::JobGraph::WorkerJob::graph

◆ id

size_t Foundation::Core::JobGraph::WorkerJob::id

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