#include <thread_replacement.h>
|
template<typename Callable , typename... Args> |
| thread (Callable &&callable, Args &&...args) |
|
template<typename Callable , typename... Args> |
| thread (int sched_policy, int prio, Callable &&callable, Args &&...args) |
|
void | join () |
|
Definition at line 13 of file thread_replacement.h.
template<typename Callable , typename... Args>
XBot::matlogger2::thread::thread |
( |
Callable && |
callable, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
template<typename Callable , typename... Args>
XBot::matlogger2::thread::thread |
( |
int |
sched_policy, |
|
|
int |
prio, |
|
|
Callable && |
callable, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
void XBot::matlogger2::thread::join |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: