ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::advanced::thread_profile Struct Reference

#include <thread_profile.hpp>

Collaboration diagram for threadschedule::advanced::thread_profile:
[legend]

Public Attributes

std::string name
 
scheduling_config scheduling
 
std::optional< thread_affinityaffinity
 

Detailed Description

Definition at line 20 of file thread_profile.hpp.

Member Data Documentation

◆ affinity

std::optional<thread_affinity> threadschedule::advanced::thread_profile::affinity

Definition at line 24 of file thread_profile.hpp.

◆ name

std::string threadschedule::advanced::thread_profile::name

Definition at line 22 of file thread_profile.hpp.

◆ scheduling

scheduling_config threadschedule::advanced::thread_profile::scheduling

Definition at line 23 of file thread_profile.hpp.


The documentation for this struct was generated from the following file: