See: Description
| Class | Description |
|---|---|
| SystemTimer |
系统计时器
|
| TimerTask |
延迟任务
|
| TimerTaskList |
任务队列,任务双向链表
|
| TimingWheel |
多层时间轮,常用于延时任务。
|
时间轮算法介绍:https://www.confluent.io/blog/apache-kafka-purgatory-hierarchical-timing-wheels/
参考:https://github.com/eliasyaoyc/timingwheel
Copyright © 2025. All rights reserved.