Twoversion

rescala.scheduler.Twoversion

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait NoLock
trait Synchron
object synchron.type
object IncrementalApi.type
trait Unmanaged
object unmanaged.type
object default.type
trait Sidup
object sidup.type

Members list

Concise view

Type members

Classlikes

Implementation of the turn handling defined in the Engine trait

Implementation of the turn handling defined in the Engine trait

Attributes

Tx

Transaction type used by the scheduler

Graph
Supertypes
trait SchedulerImpl[State, Tx]
class Object
trait Matchable
class Any
abstract class TwoVersionState[V](var current: V)

State that implements both the buffered pulse and the buffering capabilities itself.

State that implements both the buffered pulse and the buffering capabilities itself.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LevelState[V]
class SidupState[V]
sealed trait TwoVersionTransaction extends Transaction

Abstract propagation definition that defines phases for reactive propagation through dependent reactive elements.

Abstract propagation definition that defines phases for reactive propagation through dependent reactive elements.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Basic implementation of the most fundamental propagation steps as defined by AbstractPropagation. Only compatible with spore definitions that store a pulse value and support graph operations.

Basic implementation of the most fundamental propagation steps as defined by AbstractPropagation. Only compatible with spore definitions that store a pulse value and support graph operations.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Types

type Derived = of[State]
type ReSource = of[State]
type State[V] <: TwoVersionState[V]