Crate cosmic::iced_runtime::futures
source · Expand description
Asynchronous tasks for GUI programming, inspired by Elm.
Modules§
- The underlying implementations of the
iced_futures
contract! - Listen to runtime events.
- Choose your preferred executor to power a runtime.
- Abstractions for asynchronous programming.
- 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.
- A request to listen to external events.
Traits§
- A type that can run futures.
- An extension trait that enforces
Send
only on native platforms. - An extension trait that enforces
Sync
only on native platforms.
Functions§
- Boxes a stream.
Type Aliases§
- A boxed static future.
- A boxed static stream.