thread-pool
|
#include <atomic>
#include <barrier>
#include <concepts>
#include <deque>
#include <functional>
#include <future>
#include <memory>
#include <semaphore>
#include <thread>
#include <type_traits>
#include "thread_pool/thread_safe_queue.h"
Go to the source code of this file.
Classes | |
class | dp::thread_pool< FunctionType, ThreadType > |
Namespaces | |
namespace | dp |
namespace | dp::details |
Typedefs | |
using | dp::details::default_function_type = std::function< void()> |