#include <thread>#include <functional>#include <type_traits>#include <promeki/core/namespace.h>#include <promeki/core/error.h>#include <promeki/core/mutex.h>#include <promeki/core/waitcondition.h>#include <promeki/core/future.h>#include <promeki/core/list.h>

Go to the source code of this file.
Classes | |
| class | ThreadPool |
| General-purpose thread pool for submitting callable tasks. More... | |
See LICENSE file in the project root folder for license information.