Go to the source code of this file.
Classes | |
class | CSignal |
Class Signal implements signal handling to e.g. allow ctrl+c to cancel a long running process. More... | |
Defines | |
#define | NUMTRAPPEDSIGS 2 |
Functions | |
void(*) | sg_cancel_computations (bool &delayed, bool &immediately) |
function called to cancel things |