public class Mutex extends Object
Runnable.| Constructor and Description |
|---|
Mutex() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable runnable)
The
runnable is executed under synchronization of this
Mutex instance. |
public final void execute(Runnable runnable)
runnable is executed under synchronization of this
Mutex instance.runnable - Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.