Defined in: angular-pacer/src/async-rate-limiter/injectAsyncRateLimiter.ts:13
TFn extends AnyAsyncFunction
TSelected = { }
optional onUnmount: (rateLimiter) => void;
Defined in: angular-pacer/src/async-rate-limiter/injectAsyncRateLimiter.ts:21
Optional callback invoked when the component is destroyed. Receives the rate limiter instance. When provided, replaces the default cleanup (abort).
AngularAsyncRateLimiter<TFn, TSelected>
void