Crate iced_futures

source ·
Expand description

Asynchronous tasks for GUI programming, inspired by Elm.

The foundations of the Iced ecosystem

Re-exports§

Modules§

  • The underlying implementations of the iced_futures contract!
  • Listen to runtime events.
  • Choose your preferred executor to power a runtime.
  • Listen to keyboard events.
  • Listen to external events in your application.

Structs§

  • A batteries-included runtime of commands and subscriptions.

Traits§

  • An extension trait that enforces Send only on native platforms.
  • An extension trait that enforces Sync only on native platforms.

Functions§

Type Aliases§