|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
Immutable scheduling request passed to thread creation/configuration APIs. More...
#include <scheduling.hpp>
Public Member Functions | |
| constexpr auto | intent () const noexcept -> scheduling_intent |
| Return the requested scheduling intent. | |
| constexpr auto | priority_value () const noexcept -> int |
| Return the numeric priority payload for the selected intent. | |
Friends | |
| struct | detail::scheduling_config_access |
Immutable scheduling request passed to thread creation/configuration APIs.
Definition at line 55 of file scheduling.hpp.
|
inlineconstexprnoexcept |
Return the requested scheduling intent.
Definition at line 62 of file scheduling.hpp.
|
inlineconstexprnoexcept |
Return the numeric priority payload for the selected intent.
Definition at line 72 of file scheduling.hpp.
|
friend |
Definition at line 78 of file scheduling.hpp.