Btk
Btk::Thread Class Reference

Public Member Functions

template<class Callable , class ... Args>
 Thread (Callable &&callable, Args ...args)
 Construct a new Thread object. More...
 
template<class Callable , class ... Args>
 Thread (const char *name, Callable &&callable, Args ...args)
 
 Thread (const Thread &)=delete
 
 Thread (Thread &&t)
 
void wait ()
 
void join ()
 
void detach ()
 
Threadoperator= (Thread &&th)
 

Constructor & Destructor Documentation

◆ Thread()

template<class Callable , class ... Args>
Btk::Thread::Thread ( Callable &&  callable,
Args ...  args 
)
inline

Construct a new Thread object.

Template Parameters
CallableThe Callable object type
ArgsThe Args type for the objects
Parameters
callableThe thread entry
argsThe thread args

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