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