Struct futures_executor::LocalExecutor[][src]

pub struct LocalExecutor { /* fields omitted */ }

A handle to a LocalPool that implements Executor.

Methods

impl LocalExecutor
[src]

Spawn a non-Send future onto the associated LocalPool.

Trait Implementations

impl Clone for LocalExecutor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Executor for LocalExecutor
[src]

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

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

Auto Trait Implementations

impl !Send for LocalExecutor

impl !Sync for LocalExecutor