We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7185843 commit 923ff1dCopy full SHA for 923ff1d
README.md
@@ -1,7 +1,14 @@
1
# tokio-mpmc
2
3
+[](https://crates.io/crates/tokio-mpmc)
4
+[](https://docs.rs/tokio-mpmc)
5
+[](https://opensource.org/license/apache-2-0)
6
+[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/lispking/tokio-mpmc/ci.yml?branch=main&style=for-the-badge" height="20">](https://github.com/lispking/tokio-mpmc/actions?query=branch%3Amain)
7
+
8
A high-performance multi-producer multi-consumer (MPMC) queue implementation based on Tokio.
9
10
+
11
12
## Features
13
14
- Asynchronous implementation based on Tokio
docs/architecture.png
88.5 KB
0 commit comments