coddicat / DebounceThrottle

C# Debounce and Throttle dispatchers
MIT License
47 stars 15 forks source link

Use Timespan instead of an int #7

Closed Brunni closed 3 months ago

Brunni commented 3 months ago

The int "interval" is not a clear api. It should be called intervalInMs and probably also have an overload to accept TimeSpans.

coddicat commented 3 months ago

@Brunni thanks, done new version 2.1.0