Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Daemonize ¶
func Daemonize(f DaemonWorker) error
Attempts to restart this process in the background. This is not a *true* daemonize, as the process is restarted.
Types ¶
type DaemonWorker ¶
type DaemonWorker func() (func(), func())
Start and return a wait and stop function
Click to show internal directories.
Click to hide internal directories.