#include <threadpool.h>
◆ threadpool() [1/3]
| liph::threadpool::threadpool |
( |
size_t |
size = 0 | ) |
|
◆ ~threadpool()
| liph::threadpool::~threadpool |
( |
| ) |
|
◆ threadpool() [2/3]
| liph::threadpool::threadpool |
( |
const threadpool & |
| ) |
|
|
delete |
◆ threadpool() [3/3]
◆ add()
template<class Function , class... Args>
| void liph::threadpool::add |
( |
Function && |
func, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ size()
| unsigned int liph::threadpool::size |
( |
| ) |
const |
|
inline |
◆ start()
| void liph::threadpool::start |
( |
| ) |
|
◆ stop()
| void liph::threadpool::stop |
( |
| ) |
|
The documentation for this class was generated from the following files: