Added debouncing transformation

Authored by ivan on Jan 4 2019, 10:29 AM.

Description

Added debouncing transformation

Debouncer is useful when there is a flood of incoming messages
and we don't want to react to every single one. It emits only the
last message in a continuous flood.

It emits a message only if a predefined number of milliseconds
have passed since the message appeared and if there were no new
messages after it during that time.

Details

Committed
ivanJan 4 2019, 10:29 AM
Parents
R610:04f8f48201ec: Small refactor
Branches
Unknown
Tags
Unknown