ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
work_stealing_deque.hpp File Reference

Bounded owner/thief queue used by the work-stealing pool. More...

#include <atomic>
#include <cstddef>
#include <memory>
#include <mutex>
#include <type_traits>
#include <utility>
Include dependency graph for work_stealing_deque.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  threadschedule::detail::work_stealing_deque< T >
 

Namespaces

namespace  threadschedule
 
namespace  threadschedule::detail
 Aggregates multiple thread_registry_backend instances into a single queryable view.
 

Detailed Description

Bounded owner/thief queue used by the work-stealing pool.

Definition in file work_stealing_deque.hpp.