| Package | Description |
|---|---|
| org.aoju.bus.core.lock |
读写锁,对象Map Set、List等
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjWithLock.read(LockHandler<T> readLockHandler)
操作对象,带上读锁
|
void |
ObjWithLock.write(LockHandler<T> writeLockHandler)
操作对象,带上写锁
|
Copyright © 2021. All rights reserved.