Trait executor_trait::FullExecutor[][src]

pub trait FullExecutor: Executor + BlockingExecutor { }
Expand description

A common interface for spawning futures and blocking tasks on top of an executor

Implementors