mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 04:23:47 +00:00
15 lines
480 B
Markdown
15 lines
480 B
Markdown
# wait-timeout
|
|
|
|
[](https://travis-ci.org/alexcrichton/wait-timeout)
|
|
[](https://ci.appveyor.com/project/alexcrichton/wait-timeout)
|
|
|
|
[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"
|
|
```
|