Type Definition InterruptHandler
qjs
type InterruptHandler = Option<fn(rt: &RuntimeRef) -> Interrupt>;