mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add method for Tree
This commit is contained in:
@@ -68,7 +68,6 @@ public class TimingWheel {
|
||||
* @param consumer 任务处理器
|
||||
*/
|
||||
public TimingWheel(long tickMs, int wheelSize, long currentTime, Consumer<TimerTaskList> consumer) {
|
||||
this.currentTime = currentTime;
|
||||
this.tickMs = tickMs;
|
||||
this.wheelSize = wheelSize;
|
||||
this.interval = tickMs * wheelSize;
|
||||
|
Reference in New Issue
Block a user