threadpool Simple header-only threadpool inspired by https://github.com/progschj/ThreadPool/ (Jakob Progsch, Václav Zeman) Comes with a threadsafe queue and a simple interface to enqueue tasks and return an std::future object.