Skip to content

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.

Notifications You must be signed in to change notification settings

qfettes/HighPrecisionCallbackTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages