Uses of Interface
org.agrona.DeadlineTimerWheel.TimerConsumer
-
Packages that use DeadlineTimerWheel.TimerConsumer Package Description org.agrona Data structures and utilities useful for building high-performance Java applications. -
-
Uses of DeadlineTimerWheel.TimerConsumer in org.agrona
Methods in org.agrona with parameters of type DeadlineTimerWheel.TimerConsumer Modifier and Type Method Description void
DeadlineTimerWheel. forEach(DeadlineTimerWheel.TimerConsumer consumer)
Iterate over wheel so all active timers can be consumed without expiring them.
-