iced_futures

Module stream

source
Expand description

Create asynchronous streams of data.

Functionsยง

  • Creates a new [Stream] that produces the items sent from a Future to the [mpsc::Sender] provided to the closure.
  • Creates a new [Stream] that produces the items sent from a Future that can fail to the [mpsc::Sender] provided to the closure.