| Package | Description |
|---|---|
| net.digitalid.utility.concurrency.lock |
Provides a non-reentrant lock implementation.
|
| Class and Description |
|---|
| NonReentrantLock
This class implements a non-reentrant lock which throws a
PreconditionException if a thread tries to acquire a non-reentrant lock that it already holds. |
Copyright © 2017. All rights reserved.