Function to batch the inputs across multiple calls
Optional
disregardSee debounce
for more information
Function to be wrapped
Interval between each batched call
Optional
unbatchIf provided, unbatch the output according to the inputs, so each call receives its own output.
By default, each input will receive the same output from the batched call
Options to construct a
batch
function