Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 273 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 273 Bytes

HighPrecisionCallbackTimer

This is a high precision alternative to System.Threading.Timer for the .Net framework. Implemented in C#. This uses thread blocking and System.Diagnostics.Stopwatch to call a method on very precise intervals. Useful for real time applications.