Expand description
Asynchronous tasks for GUI programming, inspired by Elm.
Re-exports§
pub use executor::Executor;
pub use subscription::Subscription;
pub use futures;
pub use iced_core as core;
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.
- Create asynchronous streams of data.
- Listen to external events in your application.
Structs§
- A batteries-included runtime of commands and subscriptions.
Traits§
- Maybe
Send Non-WebAssembly An extension trait that enforcesSend
only on native platforms. - Maybe
Sync Non-WebAssembly An extension trait that enforcesSync
only on native platforms.
Functions§
- boxed_
stream Non-WebAssembly Boxes a stream.