Module iced_futures::event

source ·
Expand description

Listen to runtime events.

Functions

  • Returns a Subscription to all the ignored runtime events.
  • Creates a Subscription that produces a message for every runtime event, including the redraw request events.
  • Creates a Subscription that listens and filters all the runtime events with the provided function, producing messages accordingly.