A one-shot channel is used for sending a single message between asynchronous tasks. The `channel` function is used to create a `Sender` and `Receiver` handle pair that form the channel.| docs.rs
Send values to the associated `UnboundedReceiver`.| docs.rs
Receive values from the associated `UnboundedSender`.| docs.rs
Sends values to the associated `Receiver`.| docs.rs
Receives values from the associated `Sender`.| docs.rs