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

Work-stealing deque and pool implementation. More...

#include "../callable/bind.hpp"
#include "../callable/move_only_function.hpp"
#include "callbacks.hpp"
#include "deadline.hpp"
#include "shutdown_policy_backend.hpp"
#include "work_stealing_deque.hpp"
#include "worker_context_guard.hpp"
#include "worker_count.hpp"
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <future>
#include <memory>
#include <mutex>
#include <optional>
#include <queue>
#include <random>
#include <shared_mutex>
#include <string>
#include <system_error>
#include <type_traits>
#include <utility>
#include <vector>
Include dependency graph for work_stealing_pool_backend.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_pool_backend
 High-performance thread pool optimized for high-frequency task submission. More...
 
struct  threadschedule::detail::work_stealing_pool_backend::statistics
 

Namespaces

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

Detailed Description

Work-stealing deque and pool implementation.

Self-contained internal implementation header.

Definition in file work_stealing_pool_backend.hpp.