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