throttle

fun <T> Flow<T>.throttle(periodMillis: Long): Flow<T>

Throttles a flow at a specific interval. This will only return one emission during the specified period.