concurrent-locks
concurrent-locks copied to clipboard
Upgradable read-write locks for Java
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...