Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 187 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 187 Bytes
TimingWheel wheel = new SimpleTimingWheel(256,1,new DelayQueue());
TimingWheelTimer timer = new TimingWheelTimer(wheel,executorService);
timer.start();
timer.add(timingEntry)