Crate wait_timeout [] [src]

A crate to wait on a child process with a particular timeout.

This crate is an implementation for Unix and Windows of the ability to wait on a child process with a timeout specified. TODO: more impl docs.

Structs

ExitStatus

Exit status from a child process.

Traits

ChildExt

Extension methods for the standard std::process::Child type.