#include <thread_pool.h>
◆ ThreadPool() [1/2]
apollo::perception::lib::ThreadPool::ThreadPool |
( |
int |
num_workers | ) |
|
|
explicit |
◆ ~ThreadPool()
apollo::perception::lib::ThreadPool::~ThreadPool |
( |
| ) |
|
◆ ThreadPool() [2/2]
apollo::perception::lib::ThreadPool::ThreadPool |
( |
const ThreadPool & |
| ) |
|
|
delete |
◆ Add() [1/2]
void apollo::perception::lib::ThreadPool::Add |
( |
google::protobuf::Closure * |
closure | ) |
|
◆ Add() [2/2]
void apollo::perception::lib::ThreadPool::Add |
( |
const std::vector< google::protobuf::Closure *> & |
closures | ) |
|
◆ num_available_workers()
int apollo::perception::lib::ThreadPool::num_available_workers |
( |
| ) |
const |
|
inline |
◆ num_workers()
int apollo::perception::lib::ThreadPool::num_workers |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Start()
void apollo::perception::lib::ThreadPool::Start |
( |
| ) |
|
◆ ThreadPoolWorker
The documentation for this class was generated from the following file: