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.8 (latest)
Published
Mar 29, 2017
Platform
darwin/amd64
Imports
1 packages
Last checked
16 minutes ago

Tools for package owners.