3 unstable releases

0.2.1 Nov 19, 2023
0.2.0 Jul 16, 2023
0.1.0 Jul 10, 2023

#230 in Unix APIs

Download history 744/week @ 2024-01-03 973/week @ 2024-01-10 1057/week @ 2024-01-17 766/week @ 2024-01-24 880/week @ 2024-01-31 1562/week @ 2024-02-07 1058/week @ 2024-02-14 1238/week @ 2024-02-21 1442/week @ 2024-02-28 1718/week @ 2024-03-06 1918/week @ 2024-03-13 1569/week @ 2024-03-20 1720/week @ 2024-03-27 1818/week @ 2024-04-03 2312/week @ 2024-04-10 1614/week @ 2024-04-17

7,709 downloads per month
Used in async-lsp

MIT/Apache

18KB
321 lines

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.

Dependencies

~1–12MB
~128K SLoC