jeehoonkang / concurrent-circbuf

Concurrent channels based on circular buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concurrent channels based on circular buffer

Build Status License

CAVEAT: This crate is WIP, and is not yet available in crates.io.

This crate provides concurrent channels based on circular buffer.

Usage

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;

License

Licensed under the terms of MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

About

Concurrent channels based on circular buffer

License:Apache License 2.0


Languages

Language:Rust 100.0%