channel
oneshot_
sync
oneshot_sync
Function
channel
Copy item path
Source
pub fn channel<T>() -> (
Sender
<T>,
Receiver
<T>)
Expand description
Creates a pair of sender and corresponding receiver.