KDBindings icon indicating copy to clipboard operation
KDBindings copied to clipboard

Add facilities for signal throttling and debouncing

Open seanharmer opened this issue 9 months ago • 1 comments

As is commonly used in the js world or for e.g. https://github.com/KDAB/KDToolBox/tree/master/qt/KDSignalThrottler

Not sure which type of syntax would be most useful.

Maybe:

mySignal.debounce(100).connect(&MyClass::doSomething, myObj);

?

seanharmer avatar Sep 28 '23 09:09 seanharmer