Versions in this module Expand all Collapse all v1 v1.3.4 Apr 16, 2020 v1.0.0 May 17, 2020 Changes in this version + var Default = &Monitor — darwin/amd64, js/wasm, linux/amd64 + var ErrNoSuchProcess = errors.New("no such process") — darwin/amd64, js/wasm, linux/amd64 + func GetSubreaper() (int, error) — linux/amd64 + func Reap() error — darwin/amd64, js/wasm, linux/amd64 + func SetSubreaper(i int) error — linux/amd64 + type Monitor struct — darwin/amd64, js/wasm, linux/amd64 + func (m *Monitor) Start(c *exec.Cmd) (chan runc.Exit, error) + func (m *Monitor) Subscribe() chan runc.Exit + func (m *Monitor) Unsubscribe(c chan runc.Exit) + func (m *Monitor) Wait(c *exec.Cmd, ec chan runc.Exit) (int, error)