Package io.deephaven.api.util
Annotation Interface ConcurrentMethod
Indicates that the annotated method should be executed concurrently with respect to the
UpdateGraph
(UGP).
Concurrent execution will not acquire the UGP lock before invocation, and will be run concurrently with other
annotated methods whenever possible.