ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::ThreadPool Member List

This is the complete list of members for colmap::ThreadPool, including all inherited members.

AddTask(func_t &&f, args_t &&... args) -> std::future< typename std::result_of< func_t(args_t...)>::type >colmap::ThreadPool
GetThreadId() constcolmap::ThreadPool
GetThreadIndex()colmap::ThreadPool
kMaxNumThreadscolmap::ThreadPoolstatic
NumThreads() constcolmap::ThreadPoolinline
Stop()colmap::ThreadPool
ThreadPool(const int num_threads=kMaxNumThreads)colmap::ThreadPoolexplicit
Wait()colmap::ThreadPool
~ThreadPool()colmap::ThreadPool