pub trait JoinError { // Required method fn is_panic(&self) -> bool; }
Generic utilities for a JoinError
Check if the spawned task exited because of a panic