class CommonLimiter : RequestLimiter
(source)
(common)
<init> |
CommonLimiter(lockCount: Int = 10, regenTime: Long = 20 * 1000L) |
(common)
limit |
Use limit for working of block (like delay between or after, for example) suspend fun <T> limit(block: suspend () -> T): T |