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

Name

Description

name

the base name given to the worker threads

Created with MrDocs