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

Worker registration behavior for pool-managed threads. More...

#include <cstdint>
Include dependency graph for worker_registration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  threadschedule
 

Enumerations

enum class  threadschedule::worker_registration : std::uint8_t { threadschedule::disabled , threadschedule::global_registry }
 Controls whether pool workers are registered in a thread registry. More...
 

Detailed Description

Worker registration behavior for pool-managed threads.

Definition in file worker_registration.hpp.