Module stream
iced_
futures
0.14.0-dev
Module stream
Module Items
Functions
In crate iced_
futures
Modules
backend
event
executor
keyboard
stream
subscription
Structs
Runtime
Traits
MaybeSend
MaybeSync
Functions
boxed_stream
Type Aliases
BoxFuture
BoxStream
iced_futures
Module
stream
Copy item path
Settings
Help
Summary
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.