Package | Description |
---|---|
com.hazelcast.util.concurrent |
Abstractions that deal with common needs in concurrent programming.
|
Modifier and Type | Class and Description |
---|---|
class |
BackoffIdleStrategy
Idling strategy for threads when they have no work to do.
|
class |
BusySpinIdleStrategy
Busy spin strategy targeted at lowest possible latency.
|
class |
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.