std::thread::pool {SIZE}

Public

Types

NameDescription
ThreadPool

Functions

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

Private

Types

NameDescription
QueueItem

Functions

NameDescription
pool::@shutdown
pool::process_work