[dependencies.libc]
default-features = false
version = "0.2.117"
[dependencies.signal-hook]
default-features = false
features = ["iterator"]
optional = true
version = "0.3"
[dependencies.thiserror]
version = "1.0"
[features]
blocking_wait_any = ["signal-hook"]
default = ["blocking_wait_any"]
[package]
description = "Spawn and manage a set of processes each associated with a key, and wait on all or part of them simultaneously."
edition = "2021"
license = "MIT"
name = "spawn-wait"
repository = "https://github.com/micromaomao/rust-spawn-wait"
resolver = "2"
version = "0.2.1"