libsync 0.4.0

Synchronise stuff
Documentation
1
2
3
4
5
6
//!
//! Multi-producer multi-consumer channels which use [SCC Queues](https://docs.rs/scc/latest/scc/struct.Queue.html).
//! 

pub mod queue;