Struct CTaskScheduler::CThread#

Nested Relationships#

This struct is a nested type of Class CTaskScheduler.

Struct Documentation#

struct CThread#

Helper class for the thread scheduling.

Public Functions

CThread()#

Constructor starting the thread.

~CThread()#

Destructor stopping the thread.

void Execute(std::function<void()> fnTask)#

Schedule an execution.

Parameters:

fnTask[in] The execution task.