A thread, or separate process. More...
#include <thread.h>
Public Attributes | |
| void * | data |
a C++ Thread object cast to a void*. Not intended to be accessed. More... | |
A thread, or separate process.
a thread runs a function "in the background" (while another function is executing).
| void* thread::data |
a C++ Thread object cast to a void*. Not intended to be accessed.