|
PCB Environment 2
|
#include <Signals.hpp>
Public Member Functions | |
| void | install (void(*handler_fptr)(int)) |
| void | restore () |
Save signal handlers so we can intercept Ctrl-C while executing C++ code. Otherwise signals would only be delivered upon return to Python.