|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include "../../result.hpp"#include "../../scheduled_task.hpp"#include "../../shutdown_policy.hpp"#include "../../thread_config.hpp"#include "../../worker_count.hpp"#include "../../worker_registration.hpp"#include "../pool/shutdown.hpp"#include "../thread/control.hpp"#include "../time.hpp"#include <atomic>#include <chrono>#include <cstddef>#include <functional>#include <memory>#include <system_error>#include <thread>#include <utility>Go to the source code of this file.
Classes | |
| class | threadschedule::detail::scheduled_pool_facade< Backend > |
Namespaces | |
| namespace | threadschedule |
| namespace | threadschedule::detail |
| Aggregates multiple thread_registry_backend instances into a single queryable view. | |