public class Mutex
extends java.lang.Object
Runnable.| Constructor and Description |
|---|
Mutex() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable runnable)
The
runnable is executed under synchronization of this
Mutex instance. |