Base Framework
|
#include <base/Daemon.h>
Inherits Object.
Public Member Functions | |
Daemon (Runnable *runnable) | |
Static Public Member Functions | |
static void | install () |
Daemon::Daemon | ( | Runnable * | runnable | ) |
Daemonizes the current process.
runnable | The entry function of the daemonized process. |