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