Uses of Class
org.agrona.concurrent.YieldingIdleStrategy
Packages that use YieldingIdleStrategy
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of YieldingIdleStrategy in org.agrona.concurrent
Fields in org.agrona.concurrent declared as YieldingIdleStrategyModifier and TypeFieldDescriptionstatic final YieldingIdleStrategyYieldingIdleStrategy.INSTANCEAs there is no instance state then this object can be used to save on allocation.