libDwm-0.9.45
DwmThreadPool.hh File Reference

Dwm::ThreadPool class template. More...

#include <concepts>
#include <condition_variable>
#include <deque>
#include <mutex>
#include <thread>
#include <type_traits>
#include <vector>
Include dependency graph for DwmThreadPool.hh:

Go to the source code of this file.

Classes

class  Dwm::ThreadPool< N, F, Args >
 Encapsulate a trivial thread pool. More...
 

Detailed Description

Dwm::ThreadPool class template.