package osutils

import "github.com/containerd/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() (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.2
Published
May 24, 2016
Platform
darwin/amd64
Imports
1 packages
Last checked
59 minutes ago

Tools for package owners.