| Package | Description |
|---|---|
| com.ibm.asyncutil.locks |
Provides asynchronous analogues of synchronization primitives.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FairAsyncLock |
An
AsyncLock which enforces fairness in its acquisition ordering |
| Modifier and Type | Method | Description |
|---|---|---|
static AsyncLock |
AsyncLock.create() |
Creates an
AsyncLock |
static AsyncLock |
AsyncLock.createFair() |
Creates a fair
AsyncLock |
Copyright © 2018. All rights reserved.