[−][src]Module iced::executor
Choose your preferred executor to power your application.
Structs
Default | A default cross-platform executor. |
Null | An executor that drops all the futures, instead of spawning them. |
Traits
Executor | A type that can run futures. |