package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Apr 15, 2016
License: ISC
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
Simple skeleton for background processes
stop a set of background processes
type Process func(args interface{}, shutdown <-chan bool, done chan<- bool)
type signature for background process
list of processes to start
handle type
func Start(processes Processes, args interface{}) *T
start up a set of background processes
Source Files
¶
Click to show internal directories.
Click to hide internal directories.