Defined in: solid-pacer/src/async-throttler/createAsyncThrottler.ts:13
TFn extends AnyAsyncFunction
TSelected = { }
optional onUnmount: (throttler) => void;
Defined in: solid-pacer/src/async-throttler/createAsyncThrottler.ts:21
Optional callback invoked when the owning component unmounts. Receives the throttler instance. When provided, replaces the default cleanup (cancel + abort); use it to call flush(), reset(), cancel(), add logging, etc.
SolidAsyncThrottler<TFn, TSelected>
void