containerd / go-runc

runc bindings for Go
Apache License 2.0
162 stars 73 forks source link

Add monitor interface for SIGCHLD reapers #9

Closed crosbymichael closed 7 years ago

crosbymichael commented 7 years ago

This will allow callers of this package to register their own monitor so that they can handle SIGCHLD events and reap processes daemon wide without causing races between Go's exec.Cmd.Wait() and the reaper

Signed-off-by: Michael Crosby crosbymichael@gmail.com

stevvooe commented 7 years ago

LGTM

mlaventure commented 7 years ago

LGTM