Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.NET 6:
PeriodicTimer
scheduler replacement for dedicated thread (#…
…6435) * cleaned up `TimerScheduler` * stash * .NET 6 implementation of `PeriodicTimer` for scheduler * added post-stop code * handle `OperationCanceledException` * Fix implementation and code cleanup (#168) * Fix implementation and code cleanup * Fix clock drift calculation * Fix fixed clock drift bug * Update API approval list * Add low resolution timer warning * Fix unix/windows stopwatch ticks difference * Revert thread locking * Revert changes to old code, even the stupid ones * Code cleanup * Fix null TaskCompletionSource bug * Add documentation comments --------- Co-authored-by: Gregorius Soedharmo <[email protected]>
- Loading branch information