这是indexloc提供的服务,不要输入任何密码
Skip to content

waitpid(2) but for arbitrary non-child processes

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

oxalica/waitpid-any

Repository files navigation

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.

About

waitpid(2) but for arbitrary non-child processes

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published