Struct futures_compat::futures_02::BoxedExecutor02 [] [src]

pub struct BoxedExecutor02(_);

A wrapper of Box<Executor> because it's missing from the futures crate (lolz).

Trait Implementations

impl Executor02 for BoxedExecutor02
[src]

[src]

Spawn the given task, polling it until completion. Read more

[src]

Determine whether the executor is able to spawn new tasks. Read more

Auto Trait Implementations