Here's a bit of background for you to explore: http://stackoverflow.com/questions/16574353/any-risk-in-a-autocloseable-wrapper-for-java-util-concurrent-locks-lock http://cs.oswego.edu/pipermail/lambda-lib/2012-June/000447.html https://bugs.openjdk.java.net/browse/JDK-7084550
I'm sure if you google it, you'll find more. Much, much more. > On 20 Apr 2016, at 14:45, kurtymckurt <[email protected]> wrote: > > Has it been considered to have the Lock interface use AutoCloseable? That > way users can lock in a try and not have to worry about a finally? > > > > -- > View this message in context: > http://openjdk.5641.n7.nabble.com/Locks-implementing-Closable-tp267580.html > Sent from the OpenJDK Core Libraries mailing list archive at Nabble.com.
