ThreadSchedule 1.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::ChaosConfig Struct Reference

Runtime chaos settings. More...

#include <chaos.hpp>

Public Attributes

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

Detailed Description

Runtime chaos settings.

Definition at line 28 of file chaos.hpp.

Member Data Documentation

◆ interval

std::chrono::milliseconds threadschedule::ChaosConfig::interval {250}

Definition at line 30 of file chaos.hpp.

◆ priority_jitter

int threadschedule::ChaosConfig::priority_jitter {0}

Definition at line 31 of file chaos.hpp.

◆ shuffle_affinity

bool threadschedule::ChaosConfig::shuffle_affinity {true}

Definition at line 32 of file chaos.hpp.


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