mpmc-async 0.1.7

A multi-producer, multi-consumer async channel with reservations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mpmc-async"
version = "0.1.7"
edition = "2021"
description = "A multi-producer, multi-consumer async channel with reservations"
repository = "https://github.com/jeremija/mpmc-async"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
tokio = { version = "1.36.0", features = ["rt", "macros", "time"] }
tokio-test = "0.4.4"