[package] authors = ["rise0chen "] categories = ["concurrency"] description = "Atomic Channel" edition = "2018" keywords = ["atomic", "channel", "no-heap"] license-file = "LICENSE" name = "ach-util" readme = "./README.md" repository = "https://github.com/rise0chen/ach.git" version = "0.1.16" [dependencies] atomic = {version = "0.5", default-features = false} spin_loop = {version = "0.1", path = "../spin_loop"}