waitpid-any

Crates.iowaitpid-any
lib.rswaitpid-any
version0.2.1
sourcesrc
created_at2023-07-10 01:31:54.266999
updated_at2023-11-19 13:09:56.728292
descriptionWait for any PID, an extension to waitpid(2)
homepage
repositoryhttps://github.com/oxalica/waitpid-any
max_upload_size
id912466
size29,381
(oxalica)

documentation

README

waitpid-any: Wait for any PID

crates.io docs.rs CI Status

waitpid(2) can only be used to wait for direct child processes, or it fails immediately.

This crate provides a extension to wait for the exit of any process, not necessarily child processes. Due to platform limitations, the exit reason and status codes still cannot be retrieved.

License

waitpid-any is distributed under the terms of either the MIT or the Apache 2.0 license, at your option. See LICENSE-MIT and LICENSE-APACHE for details.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 22

cargo fmt