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.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/y9dr875rdb5c6swknm8vngnq6xh6y46x-rust-async-process-1.0.1.drv | ||
aarch64-linux | /gnu/store/k0g2ff5w4yw3bicxn48ykakl3gcwf32a-rust-async-process-1.0.1.drv |
Linter | Message | Location |
---|---|---|
description Validate package descriptions | use @code or similar ornament instead of quotes |