suspend 0.1.0

A common mechanism for suspending a thread or a Future until notified
Documentation
[dependencies.futures-util]
version = "0.3"

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

[package]
authors = ["Andrew Whitehead <cywolf@gmail.com>"]
categories = ["concurrency", "data-structures"]
description = "A common mechanism for suspending a thread or a Future until notified"
edition = "2018"
keywords = ["park", "suspend", "thread", "waker"]
license = "MIT/Apache-2.0"
name = "suspend"
readme = "README.md"
repository = "https://github.com/andrewwhitehead/async-resource-rs/"
version = "0.1.0"