Unmanaged

rescala.Schedulers$.Unmanaged
trait Unmanaged extends NoLock

Basic implementations of propagation engines

Attributes

Graph
Supertypes
trait NoLock
class Object
trait Matchable
class Any
Known subtypes
object unmanaged.type
object default.type

Members list

Concise view

Type members

Inherited classlikes

Further implementation of level-based propagation based on the common propagation implementation.

Further implementation of level-based propagation based on the common propagation implementation.

Attributes

Inherited from:
Levelbased
Graph
Supertypes
trait Evaluator
class Object
trait Matchable
class Any
class LevelState[V](initialValue: V) extends TwoVersionState[V]

Attributes

Inherited from:
Levelbased
Graph
Supertypes
class Object
trait Matchable
class Any

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

Inherited from:
Twoversion
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

Inherited from:
Twoversion
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

Inherited from:
Twoversion
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

Inherited from:
Twoversion
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type Derived = of[State]

Attributes

Inherited from:
Twoversion
type ReSource = of[State]

Attributes

Inherited from:
Twoversion
type State[V] = LevelState[V]

Attributes

Inherited from:
NoLock

Value members

Concrete fields