Apollo
6.0
Open source self driving car software
|
#include <prediction_thread_pool.h>
Static Public Member Functions | |
static LevelThreadPool * | Instance () |
Additional Inherited Members | |
![]() | |
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 |
|
inlinestatic |