Type Alias rayon_core::PanicHandler
source ยท pub(crate) type PanicHandler = dyn Fn(Box<dyn Any + Send>) + Send + Sync;
Expand description
The type for a panic handling closure. Note that this same closure may be invoked multiple times in parallel.