flext  0.6.0
Functions
Thread handling

Functions

bool flext_base::StartThread (void(*meth)(thr_params *p), thr_params *p, const char *=NULL)
 Start a thread for this object. More...
 
bool flext_base::StopThreads ()
 Terminate all threads of this object. More...
 

Detailed Description

Function Documentation

§ StartThread()

bool flext_base::StartThread ( void(*)(thr_params *p)  meth,
thr_params *  p,
const char *  = NULL 
)
inline

Start a thread for this object.

§ StopThreads()

bool flext_base::StopThreads ( )

Terminate all threads of this object.

Terminate all object threads.