pub type Default = Runtime;Expand description
A default cross-platform executor.
-
On native platforms, it will use:
iced_futures::backend::native::tokiowhen thetokiofeature is enabled.iced_futures::backend::native::async-stdwhen theasync-stdfeature is enabled.iced_futures::backend::native::smolwhen thesmolfeature is enabled.iced_futures::backend::native::thread_poolotherwise.
-
On Wasm, it will use
iced_futures::backend::wasm::wasm_bindgen.
Aliased Typeยง
pub struct Default { /* private fields */ }