Cargo Features

iced_futures has no features set by default.

[dependencies]
iced_futures = { version = "0.12.0", features = ["thread-pool", "async-std", "smol", "tokio"] }
thread-pool

Enables thread-pool of futures

Affects native::thread_pool

Features from optional dependencies

async-std not wasm32 implicit feature

Enables async-std

async-std:

Async version of the Rust standard library

Affects native::async_std

smol not wasm32 implicit feature

Enables smol ^1.0

smol:

A small and fast async runtime

Affects native::smol

tokio not wasm32 implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications

Affects native::tokio