the class that allows to start an execution thread
More...
#include <booster/booster/thread.h>
|
void * | booster_thread_func (void *) |
|
the class that allows to start an execution thread
booster::thread::thread |
( |
function< void()> const & |
cb | ) |
|
Run a function cb in separate thread
void booster::thread::detach |
( |
| ) |
|
static unsigned booster::thread::hardware_concurrency |
( |
| ) |
|
|
static |
Get number of CPUS, returns 0 if the number is unknown
void booster::thread::join |
( |
| ) |
|
The documentation for this class was generated from the following file: