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
- Host: GitHub
- URL: https://github.com/secretnest/timerfix
- Owner: SecretNest
- License: mit
- Created: 2018-07-19T07:03:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T02:39:58.000Z (over 6 years ago)
- Last Synced: 2025-09-21T23:02:08.623Z (3 months ago)
- Topics: cumulative, dotnet, dotnet-core, fix, timer
- Language: C#
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/