CAVEAT: This crate is WIP, and is not yet available in crates.io.
This crate provides concurrent channels based on circular buffer.
Add this to your Cargo.toml:
[dependencies]
concurrent-circbuf = { git = "https://github.com/jeehoonkang/concurrent-circbuf.git" }Next, add this to your crate:
extern crate concurrent_circbuf as circbuf;Licensed under the terms of MIT license and the Apache License (Version 2.0).
See LICENSE-MIT and LICENSE-APACHE for details.