Defined in: angular-pacer/src/async-queuer/injectAsyncQueuer.ts:12
TValue
TSelected = { }
optional onUnmount: (queuer) => void;
Defined in: angular-pacer/src/async-queuer/injectAsyncQueuer.ts:21
Optional callback invoked when the component is destroyed. Receives the queuer instance. When provided, replaces the default cleanup (stop + abort); use it to call flush(), stop(), add logging, etc. When using onUnmount with flush, guard your callbacks since the component may already be destroyed.
AngularAsyncQueuer<TValue, TSelected>
void