[−][src]Module iced_futures::executor
Choose your preferred executor to power a runtime.
Structs
AsyncStd | feature="async-std" An |
Null | An executor that drops all the futures, instead of spawning them. |
Traits
Executor | A type that can run futures. |
Type Definitions
ThreadPool | feature="thread-pool" A thread pool runtime for futures. |
Tokio | feature="tokio" A |