See: Description
| Interface | Description | 
|---|---|
| IdleStrategy | Idle strategy for use by threads when then they don't have work to do. | 
| Class | Description | 
|---|---|
| BackoffIdleStrategy | Idling strategy for threads when they have no work to do. | 
| BusySpinIdleStrategy | Busy spin strategy targeted at lowest possible latency. | 
| NoOpIdleStrategy | Low-latency idle strategy to be employed in loops that do significant work
 on each iteration such that any work in the idle strategy would be wasteful. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.