Framework
Version
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

SolidQueuerOptions

Interface: SolidQueuerOptions<TValue, TSelected>

Defined in: solid-pacer/src/queuer/createQueuer.ts:9

Extends

  • QueuerOptions<TValue>

Type Parameters

TValue

TValue

TSelected

TSelected = { }

Properties

onUnmount()?

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

Defined in: solid-pacer/src/queuer/createQueuer.ts:17

Optional callback invoked when the owning 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

SolidQueuer<TValue, TSelected>

Returns

void

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.