PowLimiter

fun PowLimiter(    minAwaitTime: MilliSeconds = 0,     maxAwaitTime: MilliSeconds = 10000,     powValue: Double = 4.0,     powK: Double = 1.6,     scope: CoroutineScope = CoroutineScope(Dispatchers.Default))