Native signals that can be hooked. There arn't all linux native signals due safety.
Creating your own custom signal. Theese signals are binded to realtime signals in linux and to winapi events in Windows.
Signal OR composition.
Template for describing daemon in the package.
Truncated description of daemon for use with sendSignal function. You need to pass a daemon name and a list of signals to Signals expression list.
Checks if T is a composition of signals
Duck typing Daemon description
Duck typing of DaemonClient
Platform independent parts of the library. Defines common signals that safe to catch, utilities for describing daemons and some utitility templates for duck typing.