| Package | Description |
|---|---|
| com.ibm.asyncutil.locks |
Provides asynchronous analogues of synchronization primitives.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FairAsyncNamedLock<T> |
An implementation of the
AsyncNamedLock interface which enforces fair ordering in lock
acquisition. |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> AsyncNamedLock<T> |
AsyncNamedLock.create() |
Creates an
AsyncNamedLock |
static <T> AsyncNamedLock<T> |
AsyncNamedLock.createFair() |
Creates a fair
AsyncNamedLock |
Copyright © 2018. All rights reserved.