Platform independent parts of the library. Defines common signals that safe to catch, utilities for describing daemons and some utitility templates for duck typing. *
Module holds compile-time associative map with heterogeneous keys and values. *
Daemon implementation for GNU/Linux platform. * The main symbols you might be interested in: * sendSignalDynamic and endSignal - is easy way to send signals to created daemons * runDaemon - forks daemon process and places hooks that are described by Daemon template *
Implementation of cross-platform daemon API for Windows platform. *