com.oracle.coherence.concurrent.locks.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence-concurrent Show documentation
Show all versions of coherence-concurrent Show documentation
Utility classes commonly useful in concurrent programming within a Coherence Cluster.
/*
* Copyright (c) 2021, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/**
* Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
*
* @since 21.12
*/
package com.oracle.coherence.concurrent.locks;