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

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>
Include dependency graph for registered_thread_backend.hpp:

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.
 

Detailed Description

Thread wrappers with automatic global registry registration.

Definition in file registered_thread_backend.hpp.