3 unstable releases
0.2.1 | Nov 19, 2023 |
---|---|
0.2.0 | Jul 16, 2023 |
0.1.0 | Jul 10, 2023 |
#285 in Windows APIs
7,405 downloads per month
Used in async-lsp
18KB
321 lines
waitpid-any: Wait for any PID
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–11MB
~133K SLoC