Repeat icon indicating copy to clipboard operation
Repeat copied to clipboard

Adds (optional) custom DispatchQueue for Debouncer

Open ChristianSteffens opened this issue 5 years ago • 1 comments

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.

ChristianSteffens avatar Nov 02 '19 22:11 ChristianSteffens

Hmm, might be a good idea to either take this MR into consideration or close this one for good?

ChristianSteffens avatar Jan 05 '21 12:01 ChristianSteffens