Expand description
Create asynchronous streams of data.
Functionsยง
- channel
- Creates a new
Streamthat produces the items sent from aFutureto thempsc::Senderprovided to the closure. - try_
channel - Creates a new
Streamthat produces the items sent from aFuturethat can fail to thempsc::Senderprovided to the closure.