[][src]Module iced_futures::executor

Choose your preferred executor to power a runtime.

Structs

AsyncStdfeature="async-std"

An async-std runtime.

Null

An executor that drops all the futures, instead of spawning them.

Traits

Executor

A type that can run futures.

Type Definitions

ThreadPoolfeature="thread-pool"

A thread pool runtime for futures.

Tokiofeature="tokio"

A tokio runtime.