//!//! A channel implementation which uses a [Crossbeam Queue ArrayQueue](https://docs.rs/crossbeam-queue/latest/crossbeam_queue/struct.ArrayQueue.html) for message transferral.
//!modsender;pubusesender::*;modreceiver;pubusereceiver::*;modchannel;pubusechannel::*;#[cfg(test)]modchannel_tests;pubmodio_channels;