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

PacerProviderOptions

Interface: PacerProviderOptions

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

Properties

asyncBatcher?

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

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


asyncDebouncer?

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

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


asyncQueuer?

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

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


asyncRateLimiter?

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

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


asyncThrottler?

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

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


batcher?

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

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


debouncer?

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

Defined in: react-pacer/src/provider/PacerProvider.tsx:29


queuer?

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

Defined in: react-pacer/src/provider/PacerProvider.tsx:30


rateLimiter?

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

Defined in: react-pacer/src/provider/PacerProvider.tsx:31


throttler?

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

Defined in: react-pacer/src/provider/PacerProvider.tsx:32