[package] name = "waithandle" version = "0.4.0" authors = ["Patrik Svensson "] description = "A library that makes signaling between threads a bit more ergonomic." license = "MIT" repository = "https://github.com/patriksvensson/waithandle-rs" keywords = ["waithandle"] edition = "2018" [dev-dependencies] criterion = "0.3" [[bench]] name = "waithandle" harness = false