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

https://github.com/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.
https://github.com/qfettes/highprecisioncallbacktimer

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.