Struct tokio_executor::SpawnError [] [src]

pub struct SpawnError { /* fields omitted */ }

Errors returned by Executor::spawn.

Spawn errors should represent relatively rare scenarios. Currently, the two scenarios represented by SpawnError are:

Methods

impl SpawnError
[src]

[src]

Return a new SpawnError reflecting a shutdown executor failure.

[src]

Return a new SpawnError reflecting an executor at capacity failure.

[src]

Returns true if the error reflects a shutdown executor failure.

[src]

Returns true if the error reflects an executor at capacity failure.

Trait Implementations

impl Debug for SpawnError
[src]

[src]

Formats the value using the given formatter. Read more