Skip to content

Commit 923ff1d

Browse files
committed
update docs
1 parent 7185843 commit 923ff1d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# tokio-mpmc
22

3+
[![Crates.io](https://img.shields.io/crates/v/tokio-mpmc.svg)](https://crates.io/crates/tokio-mpmc)
4+
[![Documentation](https://docs.rs/tokio-mpmc/badge.svg)](https://docs.rs/tokio-mpmc)
5+
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](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+
38
A high-performance multi-producer multi-consumer (MPMC) queue implementation based on Tokio.
49

10+
![architecture](docs/architecture.png)
11+
512
## Features
613

714
- Asynchronous implementation based on Tokio

docs/architecture.png

88.5 KB
Loading

0 commit comments

Comments
 (0)