WSF
engage::SimulationThread Class Reference

#include <SimulationThread.hpp>

Inherits UtThread.

Public Member Functions

 SimulationThread (int aThreadId, TaskManager &aManager)
void Run () override

Constructor & Destructor Documentation

◆ SimulationThread()

engage::SimulationThread::SimulationThread ( int aThreadId,
TaskManager & aManager )

Member Function Documentation

◆ Run()

void engage::SimulationThread::Run ( )
override

Implementation of the base class method Run().

This enters a loop which pulls the next unit of work from the TaskManager, executes the work and then cycles back to get the next unit of work. If there is no more work then the method simply returns.

References engage::Task::Execute().


The documentation for this class was generated from the following files:
Copyrights Multiple, All Rights Reserved