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

#include <native.hpp>

Public Attributes

std::optional< std::string > name
 
std::optional< native_scheduling_configscheduling
 
std::optional< native_thread_affinityaffinity
 

Detailed Description

Definition at line 604 of file native.hpp.

Member Data Documentation

◆ affinity

std::optional<native_thread_affinity> threadschedule::detail::native_thread_config::affinity

Definition at line 608 of file native.hpp.

◆ name

std::optional<std::string> threadschedule::detail::native_thread_config::name

Definition at line 606 of file native.hpp.

◆ scheduling

std::optional<native_scheduling_config> threadschedule::detail::native_thread_config::scheduling

Definition at line 607 of file native.hpp.


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