debounce

fun <T> Flow<T>.debounce(timeout: Duration): Flow<T>

"java.time" adapter method for kotlinx.coroutines.flow.debounce.