scala.concurrent.stm

impl

package impl

Visibility
  1. Public
  2. All

Type Members

  1. trait RefFactory extends AnyRef

    RefFactory is responsible for creating concrete Ref instances.

  2. trait STMImpl extends RefFactory with TxnContext with TxnExecutor

    STMImpl gathers all of the functionality required to plug an STM implementation into scala.concurrent.stm.

  3. trait TxnContext extends AnyRef

    TxnContext captures the implementation-specific functionality of locating the InTxn dynamically bound to the current Thread.

Value Members

  1. object STMImpl

    STMImpl gathers all of the functionality required to plug an STM implementation into scala.concurrent.stm.

Ungrouped