TurnImplBundle

rescala.fullmv.TurnImplBundle

Attributes

Graph
Supertypes
trait FullMVBundle
class Object
trait Matchable
class Any
Known subtypes
class FullMVApi
object default
Self type

Members list

Type members

Classlikes

class FullMVTurnImpl(val host: FullMVEngine, val guid: GUID, val userlandThread: Thread, initialLock: SubsumableLock) extends FullMVTurn

Attributes

Companion
object
Supertypes
trait FullMVTurn
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Inherited classlikes

class FullMVEngine(val timeout: Duration, val schedulerName: String) extends SchedulerImpl[State, TransactionHandle], FullMVTurnHost, HostImpl[FullMVTurn]

Attributes

Inherited from:
FullMVBundle
Supertypes
trait Host[FullMVTurn]
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all
trait FullMVState[V, T <: FullMVTurn]

Attributes

Inherited from:
FullMVBundle
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FullMVTurn

Attributes

Inherited from:
FullMVBundle
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
FullMVBundle
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
case class TransactionHandle(ti: FullMVTurn) extends Transaction[State]

Attributes

Inherited from:
FullMVBundle
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type OutDep = of[State]

Attributes

Inherited from:
FullMVBundle
type Reactive = of[State]

Attributes

Inherited from:
FullMVBundle
type State[V] = FullMVState[V, FullMVTurn]

Attributes

Inherited from:
FullMVBundle