pub fn channel() -> (Sender, Receiver)
Create a channel for transporting unit values () only.
()
let (tx, rx) = dialectic_null::channel();