Struct executors::SameThreadExecutor
[−]
[src]
pub struct SameThreadExecutor;
Synchronous executor implementation
pub struct SameThreadExecutor;
Synchronous executor implementation
impl<T: Task> Executor<T> for SameThreadExecutor