tryError Documentation

Function: createRateLimiter()
Function

```ts function createRateLimiter(options): RateLimiter; ``` Defined in: [async.ts:688](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/async.ts#L688) Create a rate limiter instance

tryError API Documentation v0.0.1-alpha.1


tryError API Documentation / createRateLimiter

Function: createRateLimiter()

function createRateLimiter(options): RateLimiter;

Defined in: async.ts:688

Create a rate limiter instance

Parameters

options

maxConcurrent

number

minDelay?

number

Returns

RateLimiter