#include <thread.h>
|
typedef std::tuple< std::function< void(void)>, pthread_mutex_t *, pthread_cond_t *, bool > | VarsTuple |
|
◆ VarsTuple
◆ ThreadPool() [1/2]
ff_common::ThreadPool::ThreadPool |
( |
| ) |
|
◆ ~ThreadPool()
ff_common::ThreadPool::~ThreadPool |
( |
| ) |
|
◆ ThreadPool() [2/2]
ff_common::ThreadPool::ThreadPool |
( |
const ThreadPool & |
| ) |
|
|
delete |
◆ AddTask()
template<typename Function , typename... Args>
void ff_common::ThreadPool::AddTask |
( |
Function && |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ Join()
void ff_common::ThreadPool::Join |
( |
| ) |
|
◆ operator=()
The documentation for this class was generated from the following files: