Crate iced_futures

source ·
Expand description

Asynchronous tasks for GUI programming, inspired by Elm.

The foundations of the Iced ecosystem

Re-exports

pub use futures;
pub use executor::Executor;
pub use subscription::Subscription;

Modules

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

Structs

A set of asynchronous actions to be performed by some runtime.
A batteries-included runtime of commands and subscriptions.

Traits

An extension trait that enforces Send only on native platforms.

Functions

Boxes a stream.

Type Definitions

A boxed static future.
A boxed static stream.