[−][src]Crate iced_futures
Asynchronous tasks for GUI programming, inspired by Elm.
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. |
time | feature="tokio" or feature="async-std" 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. |