Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexcrichton/wait-timeout
- Owner: alexcrichton
- License: apache-2.0
- Created: 2015-09-08T00:26:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T04:57:56.000Z (over 1 year ago)
- Last Synced: 2025-01-15T06:57:32.539Z (6 days ago)
- Language: Rust
- Size: 605 KB
- Stars: 67
- Watchers: 6
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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"
```