Throttler
constructor(timeoutMillis: Int, scope: CoroutineScope = CoroutineScope(Dispatchers.Default + Job()))
Parameters
timeout Millis
The minimum time interval to wait before running the provided action
scope
The coroutine scope to run the action in