thread-pool
Loading...
Searching...
No Matches
thread_pool.h File Reference
#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"
Include dependency graph for thread_pool.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()>