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

impl Clone for LocalExecutor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for LocalExecutor

impl !Sync for LocalExecutor