Struct futures_core::executor::SpawnError
[−]
[src]
pub struct SpawnError { /* fields omitted */ }Provides the reason that an executor was unable to spawn.
Methods
impl SpawnError[src]
pub fn shutdown() -> SpawnError[src]
Spawning is failing because the executor has been shut down.
pub fn is_shutdown() -> bool[src]
Check whether this error is the shutdown error.