Struct futures_util::task::SpawnError [−][src]
pub struct SpawnError { /* fields omitted */ }
An error that occurred during spawning.
Implementations
impl SpawnError
[src]
impl SpawnError
[src]pub fn shutdown() -> SpawnError
[src]
Spawning failed because the executor has been shut down.
pub fn is_shutdown(&self) -> bool
[src]
Check whether spawning failed to the executor being shut down.