Appearance
type CustomBatchingDispatchSchedule: (dispatch: () => void) => void;
A function that schedules the dispatch of the batch items. Call the dispatch function to dispatch the items.
dispatch
void
evaluator/LlamaContext/types.ts:235