SynchronizedSidup

rescala.scheduler.SynchronizedSidup
object SynchronizedSidup extends Sidup

Attributes

Graph
Supertypes
trait Sidup
trait Twoversion
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

class SidupInitializer(currentTx: SidupTransaction) extends Initializer[State]

Attributes

Inherited from:
Sidup
Supertypes
class Object
trait Matchable
class Any
class SidupState[V](initialValue: V) extends TwoVersionState[V]

Attributes

Inherited from:
Sidup
Supertypes
class TwoVersionState[V]
class Object
trait Matchable
class Any

Attributes

Inherited from:
Sidup
Supertypes
class Object
trait Matchable
class Any
Show all

Implementation of the turn handling defined in the Engine trait

Implementation of the turn handling defined in the Engine trait

Type parameters

Tx

Transaction type used by the scheduler

Attributes

Inherited from:
Twoversion
Supertypes
trait SchedulerImpl[State, Tx]
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all
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
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LevelState[V]
class ParRPState[V]
class SidupState[V]
sealed trait TwoVersionTransaction extends Transaction[State]

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
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
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 SourceId = Int

Attributes

Inherited from:
Sidup
type State[V] = SidupState[V]

Attributes

Inherited from:
Sidup

Value members

Concrete fields

Inherited fields

val sidupCounter: AtomicInteger

Attributes

Inherited from:
Sidup