raii-counter-futures 0.1.0

RAII Counter that allows you to wait for a count of zero asynchronously
Documentation
[dependencies.futures-intrusive]
version = "0.3"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Darren Tsung <darren@onesignal.com>", "Nate Mara <nate@onesignal.com>"]
description = "RAII Counter that allows you to wait for a count of zero asynchronously"
edition = "2018"
homepage = "https://github.com/nate-onesignal/raii-counter-futures"
keywords = ["counter", "raii", "async"]
license = "MIT"
name = "raii-counter-futures"
readme = "README.md"
repository = "https://github.com/DarrenTsung/raii-counter-futures"
version = "0.1.0"