Provides a std::thread::panicking analog available in the no_std context.
std::thread::panicking
no_std
The crate has two features — "abort" and "std", and a final application should enable at least one of them, otherwise a linkage error will be emitted.
"abort"
"std"