mirror of
https://github.com/modernuo/ModernUO
synced 2026-08-11 22:23:06 -04:00
### Summary Fixes a few minor issues with timers: - Timer.Delay and Timer.Interval was not reflecting the actual tick time (aligned to the next 8ms) - Negative delay values were causing a crash when DateTime.Now - delay was below DateTime.MinValue - Timer.Next now reflects the correct wall clock tick time based on the adjusted Delay. - Timer.Next is not assigned when the timer is started. This was important for timers that were created, but started later. |
||
|---|---|---|
| .. | ||
| Timer.cs | ||
| Timer.DelayCall.cs | ||
| Timer.DelayStateCall.cs | ||
| Timer.Pool.cs | ||
| Timer.TimerWheel.cs | ||
| TimerExecutionToken.cs | ||