Module iced_futures::executor[][src]

Choose your preferred executor to power a runtime.

Structs

AsyncStdasync-std

An async-std runtime.

Null

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

Smolsmol

A smol runtime.

Traits

Executor

A type that can run futures.

Type Definitions

ThreadPoolthread-pool

A thread pool runtime for futures.

Tokiotokio

A tokio runtime.

TokioOldtokio_old

An old tokio runtime.