Idler Namespace Reference
Functions | |
void | idle () |
Let the thread idle e.g. by calling a sleep function. | |
void | siginthandler (int) |
Variables | |
volatile bool | done = false |
Function Documentation
void Idler::idle | ( | ) |
Let the thread idle e.g. by calling a sleep function.
void Idler::siginthandler | ( | int | ) |
References done.
Variable Documentation
volatile bool Idler::done = false |
Referenced by siginthandler().