Class SerializationLock

java.lang.Object
io.deephaven.multiviewwidget.ui.util.SerializationLock

public class SerializationLock extends Object
Basic utility to serialize calls around shared objects, where the lock and release may be done from different threads
  • Constructor Details

    • SerializationLock

      public SerializationLock()
  • Method Details

    • get

      public void get()
    • release

      public void release()