commit | 991c857e0efcc2e8676b2fc033247be806292053 | [log] [tgz] |
---|---|---|
author | Pepijn Van Eeckhoudt <pepijn@vaneeckhoudt.net> | Mon Aug 20 14:22:37 2018 +0200 |
committer | GitHub <noreply@github.com> | Mon Aug 20 14:22:37 2018 +0200 |
tree | 0d867b6719ccdf9303636738aadc53d80209c46d | |
parent | 392e8c2951809a55c3418406c4940908a9fc939b [diff] |
Release queueMutex using finally blocks Ensure queueMutex is always correctly released by using finally blocks. This is the closest approximation of AutoMutex style automatic release you can get in Java.