Structs§
- No capacity
- Receive values from the associated
UnboundedSender
. - Send values to the associated
UnboundedReceiver
. - An unbounded sender that does not prevent the channel from being closed.
Functions§
- Creates an unbounded mpsc channel for communicating between asynchronous tasks without backpressure.