1#ifndef Cpl_System_Runnable_h_
2#define Cpl_System_Runnable_h_
This is an abstract class defines the interface for an object that is "executed" when a Thread object...
Definition Runnable.h:29
virtual void pleaseStop()
This method is a request to have the runnable object terminate itself.
Definition Runnable.h:63
bool m_running
Tracks the run state of the instance.
Definition Runnable.h:85
virtual void appRun()=0
This method is called from the run() method.
virtual ~Runnable()
Virtual destructor.
Definition Runnable.h:32
virtual void run()
This method is called when the Thread is started.
virtual void setThreadOfExecution_(Thread *myThreadPtr)
This method has COMPONENT Scope, it is only made public to avoid the tight coupling of the 'friend me...
Definition Runnable.h:100
virtual bool isRunning() noexcept
This method returns true if the instance has 'entered' its run method; false is returned,...
This abstract class defines the operations that can be performed on a thread.
Definition Thread.h:62
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20