Skip to content

Concurrent channels based on circular buffer

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jeehoonkang/concurrent-circbuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages