Skip to content

v2.0.0

Choose a tag to compare

@floatdrop floatdrop released this 16 Jun 08:13
· 10 commits to master since this release
517e1d7

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.