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