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

#include <chaos_controller.hpp>

Public Attributes

std::chrono::milliseconds interval { 250 }
 
int nice_jitter { 0 }
 
bool shuffle_affinity { true }
 

Detailed Description

Definition at line 25 of file chaos_controller.hpp.

Member Data Documentation

◆ interval

std::chrono::milliseconds threadschedule::advanced::chaos_config::interval { 250 }

◆ nice_jitter

int threadschedule::advanced::chaos_config::nice_jitter { 0 }

◆ shuffle_affinity

bool threadschedule::advanced::chaos_config::shuffle_affinity { true }

Definition at line 29 of file chaos_controller.hpp.


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