Type Alias rquickjs::runtime::InterruptHandler

source ·
pub type InterruptHandler = Box<dyn FnMut() -> bool + Send>;
Expand description

The type of the interrupt handler.

Aliased Type§

struct InterruptHandler(/* private fields */);