|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
Thread wrappers with automatic global registry registration. More...
#include "../../thread_registry.hpp"#include "../thread_backend.hpp"#include <functional>#include <string>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | threadschedule::detail::registered_thread_backend |
| thread_backend with automatic registration in the global thread_registry_backend. More... | |
Namespaces | |
| namespace | threadschedule |
| namespace | threadschedule::detail |
| Aggregates multiple thread_registry_backend instances into a single queryable view. | |
Thread wrappers with automatic global registry registration.
Definition in file registered_thread_backend.hpp.