Common Limiter
class CommonLimiter( lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter
Content copied to clipboard
Constructors
Link copied to clipboard
fun CommonLimiter( lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))
Content copied to clipboard