Apollo 10.0
自动驾驶开放平台
|
#include <prediction_thread_pool.h>
静态 Public 成员函数 | |
static LevelThreadPool * | Instance () |
额外继承的成员函数 | |
![]() | |
BaseThreadPool (int thread_num, int next_thread_pool_level) | |
void | Stop () |
~BaseThreadPool () | |
template<typename InputIter , typename F > | |
void | ForEach (InputIter begin, InputIter end, F f) |
template<typename FuncType > | |
std::future< typename std::result_of< FuncType()>::type > | Post (FuncType &&func) |
![]() | |
static std::vector< int > | THREAD_POOL_CAPACITY = {20, 20, 20} |
在文件 prediction_thread_pool.h 第 86 行定义.
|
inlinestatic |
在文件 prediction_thread_pool.h 第 88 行定义.