concurrent-locks icon indicating copy to clipboard operation
concurrent-locks copied to clipboard

Upgradable read-write locks for Java

Results 3 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.

Readme says > For support please use the [Discussion Group](http://groups.google.com/forum/?fromgroups#!forum/concurrent-locks-discuss), not direct email to the developers. but this requires another google account. As Github itself supports such feature with [GitHub...