pub trait FullExecutor: Executor + BlockingExecutor { }Expand description
A common interface for spawning futures and blocking tasks on top of an executor
pub trait FullExecutor: Executor + BlockingExecutor { }A common interface for spawning futures and blocking tasks on top of an executor