channel

Function channel 

Source
pub fn channel() -> (Sender, Receiver)
Expand description

Create a channel for transporting unit values () only.

ยงExamples

let (tx, rx) = dialectic_null::channel();