debounce

debounce skips all items which are succeeded by another within the duration. Effectively it only emits items after a duration of silence

debounce
(
Stream
)
(
Stream s
,
Duration d
)

Meta