[][src]Trait executor_trait::FullExecutor

pub trait FullExecutor: Executor + BlockingExecutor { }

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

Implementors

impl<E: Executor + BlockingExecutor> FullExecutor for E[src]

Loading content...