data class PowLimiter : RequestLimiter
(source)
(common)
<init> |
PowLimiter(minAwaitTime: Long = 0L, maxAwaitTime: Long = 10000L, powValue: Double = 4.0, powK: Double = 0.0016) |
(common)
limit |
Use limit for working of block (like delay between or after, for example) suspend fun <T> limit(block: suspend () -> T): T |