SidupInitializer

rescala.scheduler.Sidup.SidupInitializer
class SidupInitializer(currentTx: SidupTransaction) extends Initializer[State]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

protected def makeSourceStructState[V](initialValue: V): State[V]

Creates the internal state of ReSources

Creates the internal state of ReSources

Attributes

Inherited from:
Initializer
protected def register[V](reactive: of[State], inputs: Set[of[State]], initValue: V): Unit

hook for schedulers to globally collect all created resources, usually does nothing

hook for schedulers to globally collect all created resources, usually does nothing

Attributes

Inherited from:
Initializer