Struct std::task::SpawnErrorKind[][src]

pub struct SpawnErrorKind { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (futures_api #50547)

futures in libcore are unstable

Provides the reason that an executor was unable to spawn.

Methods

impl SpawnErrorKind
[src]

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

futures in libcore are unstable

Spawning is failing because the executor has been shut down.

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

futures in libcore are unstable

Check whether this error is the shutdown error.

Trait Implementations

impl Debug for SpawnErrorKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SpawnErrorKind

impl Sync for SpawnErrorKind