ox.cads

atomic

package atomic

Visibility
  1. Public
  2. All

Type Members

  1. class AtomicPair[A, B] extends AnyRef

    Each object of this class encapsulates an (A,B) pair, but allows various atomic operations upon that pair.

  2. class AtomicRefAnyPair[A <: AnyRef, B] extends AtomicPair[A, B]

    Each object of this class encapsulates an (A,B) pair, but allows various atomic operations upon that pair.

  3. class AtomicRefRefPair[A <: AnyRef, B <: AnyRef] extends AtomicPair[A, B]

    Each object of this class encapsulates an (A,B) pair, but allows various atomic operations upon that pair.

Ungrouped