| Class | Description |
|---|---|
| ReadWriteLockHelper |
An helper class that wraps a
ReadWriteLock instance and provides methods to streamline usage and avoid common inattention mistakes,
such as locking one the lock and unlocking the other in the finally block. |
| ReadWriteLockHelper.LockHelper |
An helper providing methods to run lambdas within the context of supplied lock.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.