[−][src]Module iced_native::executor
Choose your preferred executor to power a runtime.
Structs
AsyncStd | An |
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. |
Tokio | A |