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