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

PreactQueuerOptions

Interface: PreactQueuerOptions<TValue, TSelected>

Defined in: preact-pacer/src/queuer/useQueuer.ts:9

Extends

  • QueuerOptions<TValue>

Type Parameters

TValue

TValue

TSelected

TSelected = { }

Properties

onUnmount()?

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

Defined in: preact-pacer/src/queuer/useQueuer.ts:17

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

Parameters

queuer

PreactQueuer<TValue, TSelected>

Returns

void