Advanced Java: Multi-threading Part 10 - Re-entrant Locks

Get complete courses at How to use the ReentrantLock class in Java as an alternative to synchronized code blocks. ReentrantLocks let you do all the stuff that you can do with synchronized, wait and notify, plus some more stuff besides that may come in handy from time to time.
Back to Top