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 Debug for LocalExecutor
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Executor for LocalExecutor
[src]
[+]

[]

🔬 This is a nightly-only experimental API. (futures_api)

futures in libcore are unstable

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

[]

🔬 This is a nightly-only experimental API. (futures_api)

futures in libcore are unstable

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

Auto Trait Implementations

impl !Send for LocalExecutor

impl !Sync for LocalExecutor