IdentifyRateLimiter

fun IdentifyRateLimiter(maxConcurrency: Int, dispatcher: CoroutineDispatcher = Dispatchers.Default): IdentifyRateLimiter(source)

Creates a new IdentifyRateLimiter with the given maxConcurrency.

The CoroutineDispatcher used for launching coroutines inside this IdentifyRateLimiter can be configured with dispatcher. Dispatchers.Default is used by default.

Throws