Expand description
Create asynchronous streams of data.
Functions§
- channel
- Creates a new
Stream
that produces the items sent from aFuture
to thempsc::Sender
provided to the closure. - try_
channel - Creates a new
Stream
that produces the items sent from aFuture
that can fail to thempsc::Sender
provided to the closure.