Skip to main content

PostEvalHook

Type Alias PostEvalHook 

Source
pub type PostEvalHook = fn(&mut JSContext) -> bool;
Expand description

Function pointer type for post-evaluation hooks.

Called repeatedly after module evaluation until it returns false. Used for waiting on async operations to complete.