[go: up one dir, main page]

sigchld 0.2.4

waiting for SIGCHLD from many threads at once
Documentation
[dependencies.libc]
version = "0.2.172"

[dependencies.os_pipe]
optional = true
version = "1.2.2"

[dependencies.signal-hook]
default-features = false
version = "0.3.18"

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.duct]
version = "1.0.0"

[dev-dependencies.rand]
version = "0.9.1"

[features]
default = ["os_pipe"]
os_pipe = ["dep:os_pipe"]

[lib]
name = "sigchld"
path = "src/lib.rs"

[package]
authors = ["Jack O'Connor"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "waiting for SIGCHLD from many threads at once"
documentation = "https://docs.rs/sigchld"
edition = "2021"
license = "MIT"
name = "sigchld"
readme = "README.md"
repository = "https://github.com/oconnor663/sigchld.rs"
version = "0.2.4"