Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qfettes authored May 8, 2017
1 parent d875e34 commit e0a17e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 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.
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.

0 comments on commit e0a17e1

Please sign in to comment.