|
Evo C++ Library v0.5.1
|
#include <evo/thread.h>
Initialization structure for starting a function-based thread.
Public Member Functions | |
| Init () | |
| Init (Func func, void *arg=NULL) | |
| Init (const Init &src) | |
Public Attributes | |
| void * | arg |
| Argument for thread function. More... | |
| Func | func |
| Thread function to use More... | |
|
inline |
| void* arg |
Argument for thread function.
| Func func |
Thread function to use
1.8.13