filmov
tv
Java ReentrantLock Reentrant Mutex Semantics
Показать описание
This video explains what reentrant mutex semantics are, describes how the Java ReentrantLock implements these semantics, and walks through a detailed example that demonstrates the benefits of reentrant mutex semantics in the context of an object-oriented framework from Android.