Struct futures::executor::LocalExecutor [] [src]

pub struct LocalExecutor { /* fields omitted */ }

A handle to a LocalPool that implements Executor.

Methods

impl LocalExecutor
[src]

[src]

Spawn a non-Send future onto the associated LocalPool.

Trait Implementations

impl Executor for LocalExecutor
[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

impl !Send for LocalExecutor

impl !Sync for LocalExecutor