Function yaque::queue::channel

source ·
pub fn channel<P: AsRef<Path>>(base: P) -> Result<(Sender, Receiver)>
Expand description

Convenience function for opening the queue for both sending and receiving.