Codebase list golang-github-hashicorp-go-reap / 0a44b5c9-89a6-4438-a1be-23e25e4b617e/main reap.go
0a44b5c9-89a6-4438-a1be-23e25e4b617e/main

Tree @0a44b5c9-89a6-4438-a1be-23e25e4b617e/main (Download .tar.gz)

reap.go @0a44b5c9-89a6-4438-a1be-23e25e4b617e/mainraw · history · blame

1
2
3
4
5
6
7
8
package reap

// ErrorCh is an error channel that lets you know when an error was
// encountered while reaping child processes.
type ErrorCh chan error

// PidCh returns the process IDs of reaped child processes.
type PidCh chan int