Expand description
Asynchronous tasks for GUI programming, inspired by Elm.
Modules§
- backend
- The underlying implementations of the
iced_futures
contract! - core
- The core library of Iced.
- event
- Listen to runtime events.
- executor
- Choose your preferred executor to power a runtime.
- futures
- Abstractions for asynchronous programming.
- keyboard
- Listen to keyboard events.
- stream
- Create asynchronous streams of data.
- subscription
- Listen to external events in your application.
Structs§
- Runtime
- A batteries-included runtime of commands and subscriptions.
- Subscription
- A request to listen to external events.
Traits§
- Executor
- A type that can run futures.
- Maybe
Send - An extension trait that enforces
Send
only on native platforms. - Maybe
Sync - An extension trait that enforces
Sync
only on native platforms.
Functions§
- boxed_
stream - Boxes a stream.