ewmscp  ..
Classes | Typedefs | Variables
throttle Namespace Reference

Classes

class  action
 
class  watch
 class for limiting process load. More...
 

Typedefs

typedef std::chrono::system_clock clock_type
 

Variables

static auto start = clock_type::now()
 

Typedef Documentation

◆ clock_type

typedef std::chrono::system_clock throttle::clock_type

Definition at line 9 of file throttle.h.

Variable Documentation

◆ start

auto throttle::start = clock_type::now()
static