Crates.io | waitpid-any |
lib.rs | waitpid-any |
version | 0.2.1 |
source | src |
created_at | 2023-07-10 01:31:54.266999 |
updated_at | 2023-11-19 13:09:56.728292 |
description | Wait for any PID, an extension to waitpid(2) |
homepage | |
repository | https://github.com/oxalica/waitpid-any |
max_upload_size | |
id | 912466 |
size | 29,381 |
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.
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.