libsync 0.3.0

A channels library
//!
//! Crossbeam and Tokio based objects.
//! 

//NotfiyingArrayQueues and NotfiyingSegQueues: alternatives to channels.

//mod notifying_array_queue;

//pub use notifying_array_queue::*;

//mod notifying_seg_queue;

//pub use notifying_seg_queue::*;

//mod notifying_queue_interactors;

//pub use notifying_queue_interactors::*;

//pub mod tokio;

pub mod mpmc;