# Functions
Notify causes reaper to deliver notifications about reaped zombies.
Run launches loop for the zombie process reaper.
Shutdown stops the process reaper.
Stop sending notifications to the channel.
WaitWrapper emulates os/exec.Command.Wait() when reaper is running.
# Structs
ExitError is raised when exit status is not equal to 0.
ProcessInfo describes reaped zombie process.