Skip to main content

Module utils

Module utils 

Source

Structs§

Receiver
Receives values from the associated Sender.
Sender
Sends values to the associated Receiver.

Functions§

channel
Creates a bounded mpsc channel for communicating between asynchronous tasks with backpressure.

Type Aliases§

BoxEventStream