| Package | Description |
|---|---|
| com.ibm.asyncutil.locks |
Provides asynchronous analogues of synchronization primitives.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FairAsyncStampedLock |
An
AsyncStampedLock implementation which provides fair ordering of acquisitions, like
that of FairAsyncReadWriteLock. |
| Modifier and Type | Method | Description |
|---|---|---|
static AsyncStampedLock |
AsyncStampedLock.create() |
Creates an
AsyncStampedLock |
static AsyncStampedLock |
AsyncStampedLock.createFair() |
Creates a fair
AsyncStampedLock |
Copyright © 2018. All rights reserved.