#include <Thread.hpp>
Public Member Functions | |
~Thread () | |
void | start () |
void | join () |
Allows creating thread "objects" similarly to Python's Thread (or Process) class. For example, in Python you'd create your class this way:
Using Thread class, the analogous C++ definition is:
|
inline |
Deallocate memory for internal thread object.
|
inline |
Allocate (and start) internal thread object.
|
inline |
Join internal thread.