Type Alias cosmic::iced_futures::backend::native::thread_pool::Executor

source ·
pub type Executor = ThreadPool;
Expand description

A thread pool executor for futures.

Aliased Type§

struct Executor { /* private fields */ }