ThreadPool::ThreadPool

Constructs an idle pool with a name used as a prefix for worker thread names.

Synopsis

Declared in <util/threadpool.h>

explicit
ThreadPool(std::string const& name);

Parameters

NameDescription
namethe base name given to the worker threads