Async interface for working with processes
This crate is an async version of std::process. A background thread named async-process is lazily created on first use, which waits for spawned child processes to exit and then calls the wait() syscall to clean up the ``zombie'' processes.
This is unlike the process API in the standard library, where dropping a running Child leaks its resources.
| Linter | Message | Location |
|---|---|---|
| description Validate package descriptions | use @code or similar ornament instead of quotes |