Docs
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Prisma
Strapi
Unkey
UI.dev
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Prisma
Strapi
Unkey
UI.dev
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

PacerProviderOptions

Interface: PacerProviderOptions

Defined in: solid-pacer/src/provider/PacerProvider.tsx:18

Properties

asyncBatcher?

ts
optional asyncBatcher: Partial<AsyncBatcherOptions<any>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:19


asyncDebouncer?

ts
optional asyncDebouncer: Partial<AsyncDebouncerOptions<AnyAsyncFunction>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:20


asyncQueuer?

ts
optional asyncQueuer: Partial<AsyncQueuerOptions<any>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:21


asyncRateLimiter?

ts
optional asyncRateLimiter: Partial<AsyncRateLimiterOptions<AnyAsyncFunction>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:22


asyncThrottler?

ts
optional asyncThrottler: Partial<AsyncThrottlerOptions<AnyAsyncFunction>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:23


batcher?

ts
optional batcher: Partial<BatcherOptions<any>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:24


debouncer?

ts
optional debouncer: Partial<DebouncerOptions<AnyFunction>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:25


queuer?

ts
optional queuer: Partial<QueuerOptions<any>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:26


rateLimiter?

ts
optional rateLimiter: Partial<RateLimiterOptions<AnyFunction>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:27


throttler?

ts
optional throttler: Partial<ThrottlerOptions<AnyFunction>>;

Defined in: solid-pacer/src/provider/PacerProvider.tsx:28