Skip to main content

Module mpsc

Module mpsc 

Source
Expand description

Tokio.rs reexports to prevent tokio dependencies within external code

Structs§

Receiver
Receive values from the associated UnboundedSender.
SendError
Error returned by the Sender.
Sender
Send values to the associated UnboundedReceiver.

Functions§

channel
Creates an unbounded mpsc channel for communicating between asynchronous tasks without backpressure.