| 接口 | 说明 |
|---|---|
| Timeout | |
| Timer |
Schedules
TimerTasks for one-time future execution in a background thread. |
| TimerTask |
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). |
| 类 | 说明 |
|---|---|
| HashedWheelTimer |
A
Timer optimized for approximated I/O timeout scheduling. |
Copyright © 2021–2022. All rights reserved.