|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <thread_profile.hpp>
Public Attributes | |
| std::string | name |
| scheduling_config | scheduling |
| std::optional< thread_affinity > | affinity |
Definition at line 20 of file thread_profile.hpp.
| std::optional<thread_affinity> threadschedule::advanced::thread_profile::affinity |
Definition at line 24 of file thread_profile.hpp.
| std::string threadschedule::advanced::thread_profile::name |
Definition at line 22 of file thread_profile.hpp.
| scheduling_config threadschedule::advanced::thread_profile::scheduling |
Definition at line 23 of file thread_profile.hpp.