#include <ThreadPool.h>
◆ ThreadPool()
cnoid::ThreadPool::ThreadPool |
( |
int |
size = 1 | ) |
|
|
inline |
◆ ~ThreadPool()
cnoid::ThreadPool::~ThreadPool |
( |
| ) |
|
|
inline |
◆ isRunning()
bool cnoid::ThreadPool::isRunning |
( |
| ) |
|
|
inline |
◆ size()
int cnoid::ThreadPool::size |
( |
| ) |
const |
|
inline |
◆ start()
void cnoid::ThreadPool::start |
( |
std::function< void()> |
f | ) |
|
|
inline |
◆ wait()
void cnoid::ThreadPool::wait |
( |
| ) |
|
|
inline |
◆ waitLoop()
void cnoid::ThreadPool::waitLoop |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: