Class SerializationLock
java.lang.Object
io.deephaven.multiviewwidget.ui.util.SerializationLock
Basic utility to serialize calls around shared objects, where the lock and release may be done from different threads
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SerializationLock
public SerializationLock()
-
-
Method Details
-
get
public void get() -
release
public void release()
-