An open API service indexing awesome lists of open source software.

https://github.com/secretnest/timerfix

A replacement of NetFx Threading.Timer without cumulative error
https://github.com/secretnest/timerfix

cumulative dotnet dotnet-core fix timer

Last synced: 3 months ago
JSON representation

A replacement of NetFx Threading.Timer without cumulative error

Awesome Lists containing this project

README

          

# TimerFix
A replacement of NetFx Threading.Timer without cumulative error.

This is a complete replacement of Threading.Timer. You could use this TimerFix by simply replacing the Threading.Timer object.

# Version 2.0
Task is used instead of Threading.Timer.

Supported platform: NetCore 1, NetCore 2, NetFx 4.5, NetStd 1.3, NetStd 2.0

# Nuget
https://www.nuget.org/packages/SecretNest.TimerFix/