concurrent-locks
concurrent-locks copied to clipboard
Upgradable read-write locks for Java
Results
2
concurrent-locks issues
Sort by
recently updated
recently updated
newest added
Is there a reason you did not implement `isWriteLockedByCurrentThread` similar to the jdk's `ReentrantReadWriteLock`?
Using java 8, Getting compile warning: Note: src/csci507/comm/utility/concurrenLocks/Locks.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.