wait-parent 0.1.1

Wait for the parent process to exit
Documentation
1
2
3
4
5
6
7
# wait-parent

```rust
let status: Option<ExitStatus> = wait_parent::wait_parent();
```

## Examples

- Single executable: [single]examples/single.rs