Docs
CodeRabbit
Cloudflare
Railway
Netlify
Clerk
AG Grid
SerpAPI
OpenRouter
WorkOS
Prisma
Electric
Sentry
Unkey
CodeRabbit
Cloudflare
Railway
Netlify
Clerk
AG Grid
SerpAPI
OpenRouter
WorkOS
Prisma
Electric
Sentry
Unkey
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference
Queue API Reference

AngularQueuerOptions

Interface: AngularQueuerOptions<TValue, TSelected>

Defined in: angular-pacer/src/queuer/injectQueuer.ts:9

Extends

  • QueuerOptions<TValue>

Type Parameters

TValue

TValue

TSelected

TSelected = { }

Properties

onUnmount()?

ts
optional onUnmount: (queuer) => void;
optional onUnmount: (queuer) => void;

Defined in: angular-pacer/src/queuer/injectQueuer.ts:17

Optional callback invoked when the component is destroyed. Receives the queuer instance. When provided, replaces the default cleanup (stop); use it to call flush(), stop(), add logging, etc.

Parameters

queuer

AngularQueuer<TValue, TSelected>

Returns

void