| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.concurrent.timer |
| 限定符和类型 | 方法和说明 |
|---|---|
TimerTask |
Timeout.task()
Returns the
TimerTask which is associated with this handle. |
| 限定符和类型 | 方法和说明 |
|---|---|
Timeout |
Timer.newTimeout(TimerTask task,
long delay,
TimeUnit unit)
Schedules the specified
TimerTask for one-time execution after
the specified delay. |
Timeout |
HashedWheelTimer.newTimeout(TimerTask task,
long delay,
TimeUnit unit) |
Copyright © 2022–2023. All rights reserved.