async-oneshot 0.5.0

A fast, small, full-featured, async-aware oneshot channel.
Documentation
[[bench]]
harness = false
name = "oneshot"
[dependencies.futures-micro]
version = "0.5.0"
[dev-dependencies.criterion]
features = ["real_blackbox"]
version = "0.3"

[dev-dependencies.futures-lite]
version = "1"

[dev-dependencies.waker-fn]
version = "1"

[package]
authors = ["James Laver <james.laver@gmail.com>"]
categories = ["asynchronous", "concurrency", "data-structures", "no-std"]
description = "A fast, small, full-featured, async-aware oneshot channel."
documentation = "https://docs.rs/async-oneshot"
edition = "2018"
homepage = "https://github.com/irrustible/async-oneshot"
keywords = ["oneshot", "channel"]
license = "MPL-2.0"
name = "async-oneshot"
readme = "README.md"
repository = "https://github.com/irrustible/async-oneshot"
version = "0.5.0"