package osutils

import "github.com/docker/containerd/osutils"

Index

Types

type Exit

type Exit struct {
	Pid    int
	Status int
}

Exit is the wait4 information from an exited process

func Reap

func Reap(wait bool) (exits []Exit, err error)

Reap reaps all child processes for the calling process and returns their exit information

Source Files

reaper.go

Version
v0.2.4
Published
Sep 24, 2016
Platform
darwin/amd64
Imports
1 packages
Last checked
now

Tools for package owners.