qfettes / HighPrecisionCallbackTimer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C# 100.0%