CommonLimiter

fun CommonLimiter(    lockCount: Int = 10,     regenTime: MilliSeconds = 15 * 1000,     scope: CoroutineScope = CoroutineScope(Dispatchers.Default))