pid
Files | Classes
pid-signal-manager: using system signals

signal-manager library eases the use of system signals More...

Files

file  signal_manager.h
 include file for the signal-manager library
 

Classes

class  pid::SignalManager
 A UNIX signal manager. Can be used to register multiple callback functions on the same signal, including lambdas. More...
 

Detailed Description

signal-manager library eases the use of system signals

The library provide an easy way to (un)register callbacks to execute when OS signals are received by the current process