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

RAII controller that periodically applies chaos operations. More...

#include <chaos.hpp>

Public Member Functions

template<typename Predicate>
 ChaosController (ChaosConfig cfg, Predicate pred)
 ChaosController (ChaosController const &)=delete
auto operator= (ChaosController const &) -> ChaosController &=delete

Detailed Description

RAII controller that periodically applies chaos operations.

Definition at line 39 of file chaos.hpp.

Constructor & Destructor Documentation

◆ ChaosController()

template<typename Predicate>
threadschedule::ChaosController::ChaosController ( ChaosConfig cfg,
Predicate pred )
inline

Definition at line 43 of file chaos.hpp.

◆ ~ChaosController()

threadschedule::ChaosController::~ChaosController ( )
inline

Definition at line 48 of file chaos.hpp.


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