libsync 0.4.0

Synchronise stuff
Documentation
//!
//! Crossbeam and Tokio based objects.
//! 
//! This module is soft-deprecated.
//! 

//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;