bidirectional-channel 0.3.1

A channel where receivers can respond to a message, and senders can wait for a response.
Documentation
[dependencies.async-std]
version = "1.9.0"

[dependencies.derive_more]
version = "0.99.14"

[dependencies.futures]
version = "0.3.15"

[dependencies.thiserror]
version = "1.0.26"

[dev-dependencies.anyhow]
version = "1.0.40"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"

[dev-dependencies.ntest]
version = "0.7.3"

[package]
authors = ["Aatif Syed <aatif@aatifsyed.uk>"]
description = "A channel where receivers can respond to a message, and senders can wait for a response."
documentation = "https://docs.rs/bidirectional-channel"
edition = "2018"
keywords = ["channel", "async", "request", "response"]
license = "MIT OR Apache-2.0"
name = "bidirectional-channel"
publish = ["crates-io"]
repository = "https://github.com/aatifsyed/bidirectional-channel"
version = "0.3.1"