| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.concurrent.timer |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Timeout> |
Timer.stop()
Releases all resources acquired by this
Timer and cancels all
tasks which were scheduled but not executed yet. |
Set<Timeout> |
HashedWheelTimer.stop() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TimerTask.run(Timeout timeout)
Executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). |
Copyright © 2022–2023. All rights reserved.