Packages

package model

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package runtime

Type Members

  1. type Txn[V] = Free[TxnOrErr, V]
  2. case class TxnVar[F[_], T](id: TxnVarId, value: Ref[F, T], commitLock: Semaphore[F]) extends TxnStateEntity[F, T] with Product with Serializable
  3. case class TxnVarMap[F[_], K, V](id: TxnVarId, value: Ref[F, VarIndex[F, K, V]], commitLock: Semaphore[F], internalStructureLock: Semaphore[F], internalSignalLock: Semaphore[F])(implicit evidence$1: STM[F], evidence$2: Async[F]) extends TxnStateEntity[F, VarIndex[F, K, V]] with Product with Serializable

Value Members

  1. object TxnErratum
  2. object TxnVar extends Serializable
  3. object TxnVarMap extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped