ITimer icon indicating copy to clipboard operation
ITimer copied to clipboard

Provides a testable abstraction and alternative to System.Threading.Timer and System.Timers.Timer. Targets netstandard2.0 and higher.

Results 1 ITimer issues
Sort by recently updated
recently updated
newest added

Hi, Just came across your library. It find it a bit cumbersome to set certain properties on the timer. e.g `autoReset`. I need to pass this via the constructor, which...