Skip to content

v1.3.2

Choose a tag to compare

@floatdrop floatdrop released this 14 Jun 11:13
· 25 commits to master since this release
a2b7e56

Zero memory allocations on debounce call

#4 removed allocation of Timer structure on every debounce call. This will help to debounce heavy workloads, that tend to call debounce a lot.