Skip to main content

DispatchFn

Type Alias DispatchFn 

Source
pub type DispatchFn = fn(RawRequest, &AppContext) -> Response;
Expand description

Sync command dispatch, passed in from main (the binary owns the command table). Invoked only inside executor jobs in subc mode.