Custom thread pool implementation Purpose of this project was to learn how to write simple thread pool in C++ and integrating it with std::futures in form of a static library. Usage examples in tests directory.