libwallaby  v24
The wallaby standard library
Thread Class Referenceabstract

#include <thread.hpp>

Public Member Functions

 Thread ()
 
virtual ~Thread ()
 
void start ()
 
void join ()
 
virtual void run ()=0
 

Constructor & Destructor Documentation

Thread::Thread ( )
virtual Thread::~Thread ( )
virtual

Member Function Documentation

void Thread::join ( )
virtual void Thread::run ( )
pure virtual
void Thread::start ( )

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