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

Internal RAII registration used by worker implementations. More...

#include "thread_registry_backend.hpp"
#include <memory>
#include <string>
#include <utility>
Include dependency graph for registration_guard_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::registration_guard_backend
 Internal movable RAII guard for worker registration. More...
 

Namespaces

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

Detailed Description

Internal RAII registration used by worker implementations.

Definition in file registration_guard_backend.hpp.