Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexcrichton/wait-timeout

Waiting on a child process with a timeout in Rust
https://github.com/alexcrichton/wait-timeout

Last synced: 2 days ago
JSON representation

Waiting on a child process with a timeout in Rust

Awesome Lists containing this project

README

        

# wait-timeout

[![Build Status](https://github.com/alexcrichton/wait-timeout/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/alexcrichton/wait-timeout/actions/workflows/main.yml)

[Documentation](https://docs.rs/wait-timeout)

Rust crate for waiting on a `Child` process with a timeout specified.

```toml
# Cargo.toml
[dependencies]
wait-timeout = "0.1.5"
```