Skip to main content

AsyncHandler

Type Alias AsyncHandler 

Source
pub type AsyncHandler = fn(AsyncBuiltinCtx, Vec<VmValue>) -> AsyncBuiltinFuture;
Expand description

Async builtin handler signature. Receives an explicit crate::vm::AsyncBuiltinCtx handle so handlers thread the context they were given through async helper calls.