18 releases (10 breaking)
0.11.0 | Mar 6, 2022 |
---|---|
0.10.0 | Dec 15, 2021 |
0.9.1 | Jan 3, 2022 |
0.9.0 | Aug 25, 2021 |
0.5.0 | Jul 2, 2019 |
#451 in Concurrency
14,683 downloads per month
Used in 4 crates
(3 directly)
69KB
1.5K
SLoC
RingChannel

Bounded MPMC channel abstraction on top of a ring buffer.
Using RingChannel
RingChannel is available on crates.io, simply add it as a dependency in your Cargo.toml
:
[dependencies]
ring-channel = "0.11"
The full API documentation is available on docs.rs
Contribution
RingChannel is an open source project and you're very welcome to contribute to this project by opening issues and/or pull requests, see CONTRIBUTING for general guidelines.
License
RingChannel is distributed under the terms of the MIT license, see LICENSE for details.
Dependencies
~1–1.6MB
~37K SLoC