|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
Bounded owner/thief queue used by the work-stealing pool. More...
#include <atomic>#include <cstddef>#include <memory>#include <mutex>#include <type_traits>#include <utility>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. | |
Bounded owner/thief queue used by the work-stealing pool.
Definition in file work_stealing_deque.hpp.