Skip to content

Add facilities for signal throttling and debouncing #44

@seanharmer

Description

@seanharmer

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);

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions