ModernUO/Projects/Server/Timer
Kamron Batman 1d916fe2df
fix(timers): Fixes multiple issue with timer wheel (#705)
* Fixed an issue where a timer truncated the link list.
* Fixed an issue where a timer stopped and started itself within an OnTick causing it to remove itself from the link list, but still think it's running.
2021-08-20 18:04:34 -07:00
..
Timer.cs fix(timers): Fixes multiple issue with timer wheel (#705) 2021-08-20 18:04:34 -07:00
Timer.DelayCall.cs fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
Timer.Pool.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
Timer.TimerWheel.cs fix(timers): Fixes multiple issue with timer wheel (#705) 2021-08-20 18:04:34 -07:00
TimerExecutionToken.cs feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00