This is used in {@link Queue} to support basic mutual exclusion/locks. If two{@link Queue.Task}s require the same {@link Resource}, they will not be run at the same time.
Resources are compared by using their {@link #displayName names}, and need not have the "same object" semantics. @since 1.121
|
|
|
|