quickjs_runtime::quickjs_utils::interrupthandler

Function set_interrupt_handler

source
pub unsafe fn set_interrupt_handler(
    runtime: *mut JSRuntime,
    handler: JSInterruptHandler,
)
Expand description

set an interrupt handler for the runtime

ยงSafety

be safe