v2.0.0
Channel based version of debouncer
It provides Chan function to wrap channel with debounce. On top of it there is now implemented Debouncer helper, that will wrap chan func() and execute functions from it. It should be closed with Close method.
See examples.