async-shell 0.1.2

Asynchronous process child wait.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# async-shell

* [Cargo package]https://crates.io/crates/async-shell

## Examples

* [smol]demos/smol/src/sample.rs

## Dev

```
cargo test --all --all-features -- --nocapture && \
cargo +nightly clippy --all --all-features -- -D clippy::all && \
cargo fmt --all -- --check
```