//!//! Multi-producer multi-consumer channels based on [Crossbeam queues](https://docs.rs/crossbeam/0.8.4/crossbeam/queue/index.html).
//!//pub mod array_queue;
//pub mod seg_queue;
pubmodbase;//#[cfg(feature="std")]
//pub mod std;
#[cfg(feature="tokio")]pubmodtokio;