#include <opencv2/v4d/detail/threadpool.hpp>
◆ threadpool() [1/2]
concurrent::threadpool::threadpool |
( |
size_t |
threads | ) |
|
|
inlineexplicit |
◆ threadpool() [2/2]
concurrent::threadpool::threadpool |
( |
const threadpool & |
| ) |
|
|
delete |
◆ ~threadpool()
concurrent::threadpool::~threadpool |
( |
| ) |
|
|
inlinenoexcept |
◆ enqueue()
template<typename Fn , typename... Args>
decltype(auto) concurrent::threadpool::enqueue |
( |
Fn && |
fn, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ enqueue_r()
template<typename Fn , typename... Args>
decltype(auto) concurrent::threadpool::enqueue_r |
( |
Fn && |
fn, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ finish()
void concurrent::threadpool::finish |
( |
| ) |
|
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: