Module iced_web::executor[][src]

Choose your preferred executor to power a runtime.

Structs

Null

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

Traits

Executor

A type that can run futures.