iced_
futures
0.14.0-dev
Module stream
Module Items
Functions
In crate iced_
futures
iced_futures
Module
stream
Copy item path
Source
Expand description
Create asynchronous streams of data.
Functions
ยง
channel
Creates a new [
Stream
] that produces the items sent from a
Future
to the [
mpsc::Sender
] provided to the closure.
try_
channel
Creates a new [
Stream
] that produces the items sent from a
Future
that can fail to the [
mpsc::Sender
] provided to the closure.