Crate iced_futures[][src]

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

executor

Choose your preferred executor to power a runtime.

subscription

Listen to external events in your application.

timetokio or async-std or smol

Listen and react to time.

Structs

Command

A collection of async operations.

Runtime

A batteries-included runtime of commands and subscriptions.

Type Definitions

BoxFuture

A boxed static future.

BoxStream

A boxed static stream.