thread-pool
Loading...
Searching...
No Matches
thread_safe_queue.h File Reference
#include <algorithm>
#include <concepts>
#include <deque>
#include <mutex>
#include <optional>
Include dependency graph for thread_safe_queue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dp::thread_safe_queue< T, Lock >
 

Namespaces

namespace  dp
 

Concepts

concept  dp::is_lockable
 Simple concept for the Lockable and Basic Lockable types as defined by the C++ standard.