pub type QueuePair<Q> = (SendQueue<<Q as QueueModel>::Item>, ReceiveQueue<<Q as QueueModel>::Item>);Expand description
The send/receive pair type returned by queue() and try_queue() for a
given queue type.
pub type QueuePair<Q> = (SendQueue<<Q as QueueModel>::Item>, ReceiveQueue<<Q as QueueModel>::Item>);The send/receive pair type returned by queue() and try_queue() for a
given queue type.