iced_futures::backend

Module native

Source
Available on non-WebAssembly only.
Expand description

Backends that are only available in native platforms: Windows, macOS, or Linux.

Modulesยง

async_stdasync-std
An async-std backend.
smolsmol
A smol backend.
thread_poolthread-pool
A ThreadPool backend.
tokiotokio
A tokio backend.