Package cn.sliew.milky.common.timewheel
-
Interface Summary Interface Description Timeout Timer SchedulesTimerTasks for one-time future execution in a background thread.TimerTask A task which is executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)(TimerTask, long, TimeUnit)}. -
Class Summary Class Description HashedWheelTimer ATimeroptimized for approximated I/O timeout scheduling.