Apollo  6.0
Open source self driving car software
apollo::cyber::base::ThreadPool Member List

This is the complete list of members for apollo::cyber::base::ThreadPool, including all inherited members.

Enqueue(F &&f, Args &&... args) -> std::future< typename std::result_of< F(Args...)>::type >apollo::cyber::base::ThreadPool
ThreadPool(std::size_t thread_num, std::size_t max_task_num=1000)apollo::cyber::base::ThreadPoolinlineexplicit
~ThreadPool()apollo::cyber::base::ThreadPoolinline