Skip to main contentModule utils
Source - Receiver
- Receives values from the associated
Sender. - Sender
- Sends values to the associated
Receiver.
- channel
- Creates a bounded mpsc channel for communicating between asynchronous tasks
with backpressure.
- BoxEventStream