Defined in: solid-pacer/src/batcher/createBatcher.ts:9
TValue
TSelected = { }
optional onUnmount: (batcher) => void;
Defined in: solid-pacer/src/batcher/createBatcher.ts:17
Optional callback invoked when the owning component unmounts. Receives the batcher instance. When provided, replaces the default cleanup (cancel); use it to call flush(), reset(), cancel(), add logging, etc.
SolidBatcher<TValue, TSelected>
void