Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Daemonize ¶
func Daemonize(f func())
Daemonize daemonizes a function running it in a goroutine.
func RunDaemons ¶
func RunDaemons()
RunDaemons runs daemons. The current implementation doesn't limit a number of spawn goroutines because it can lead to dead lock. However, it should be done to keep reference locality for cache in one way or another.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.