Module iced_native::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.

Type Definitions

ThreadPool

A thread pool runtime for futures.