throttled

fun <A> Event<A>.throttled(duration: Duration): Event<A>(source)

Creates a modified Event that emits events at a frequency of at most duration.