Repeat
Repeat copied to clipboard
Adds (optional) custom DispatchQueue for Debouncer
We need to specify the DispatchQueue for the Debouncer's underlying Repeater / Timer.
And yes it's possible to customise the DispatchQueue directly in the Debouncer's callback, but the proposed changes would make it easier and keep the interface consistent to the Repeater's own Interface.
Hmm, might be a good idea to either take this MR into consideration or close this one for good?