std::thread::threadpool

Public

Types

NameDescription
FixedThreadPool

Functions

NameDescription
threadpool::init
threadpool::stop_and_destroyStop all the threads and cleanup the pool....
threadpool::pushPush a new job to the pool....
threadpool::destroyStop all the threads and cleanup the pool....

Private

Types

NameDescription
QueueItem

Functions

NameDescription
threadpool::@shutdown
threadpool::free_qitem
threadpool::process_work