Type Definition crayon::sched::prelude::PanicHandler

source ·
pub 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.