debounce

fun <T> LiveData<T>.debounce(coroutineScope: CoroutineScope, timeInMillis: Long): LiveData<T>