Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartPeriodicReaper ¶
func StartPeriodicReaper(period int64)
StartPeriodicReaper starts a goroutine to reap processes periodically if called from a pid 1 process. The zombie processes are reaped at the beginning of next cycle, so os.Exec calls have an oppurtunity to reap their children within `period` seconds.
func StartReaper ¶
func StartReaper()
StartReaper starts a goroutine to reap processes if called from a process that has pid 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.