pub fn try_queue<Q: 'static + QueueModel + Send + Sync>( queue: Q, ) -> Result<QueuePair<Q>, Error>
Creates a new send-receive pair together representing a message-passing queue, based on the given underlying queue structure.