Uses of Interface
org.agrona.DeadlineTimerWheel.TimerConsumer
Packages that use DeadlineTimerWheel.TimerConsumer
Package
Description
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.TimerConsumerModifier and TypeMethodDescriptionvoid
DeadlineTimerWheel.forEach
(DeadlineTimerWheel.TimerConsumer consumer) Iterate over wheel so all active timers can be consumed without expiring them.