Skip to content

Type Alias: CustomBatchingDispatchSchedule()

ts
type CustomBatchingDispatchSchedule: (dispatch: () => void) => void;

A function that schedules the dispatch of the batch items. Call the dispatch function to dispatch the items.

Parameters

ParameterType
dispatch() => void

Returns

void

Defined in

evaluator/LlamaContext/types.ts:235