v1.1.0
Release 1.1.0 of the QuickTick Timing functions.
Changes from v1.0.0
- #2 Fixed the delay function throwing OperationCanceledException when delay is canceled.
- #3 Updated package so it doesnt require windows as a platform anymore. On all systems that not support the actual QuickTick implementation fall back to the inbuilt .net functions.
- #4 Priority is no longer an exposed property. On windows the timer completion thread will use the priority of the thread that created the timer instead. Please also check the documentation about Power Settings in windows as this can help getting better timer accurancy.
Breaking Changes
- Priority property has been removed.
- The QuickTick timer now uses true as default for AutoReset to match the System.Timers.Timer which is the fallback solution on non windows systems. Before the autoreset was false by default.