FScheduler

trait Scheduler
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def forceNewTransaction[R](initialWrites: Set[ReSource], admissionPhase: AdmissionTicket => R): R

this corresponds very roughly to the fire rule. The initial writes contains the reactives which change (only one for fire), and teh admission phase updates their values to the fired values (μ(r).val ← v)

this corresponds very roughly to the fire rule. The initial writes contains the reactives which change (only one for fire), and teh admission phase updates their values to the fired values (μ(r).val ← v)

Definition Classes
override
def schedulerName: String
Definition Classes

Inherited methods

final
def forceNewTransaction[R](initialWrites: ReSource*)(admissionPhase: AdmissionTicket => R): R
Inherited from
Scheduler
override
def toString: String
Definition Classes
Scheduler -> Any
Inherited from
Scheduler

Concrete fields

var idle: Boolean

Inherited fields

final protected
val _currentInitializer: DynamicVariable[Option[SimpleCreation]]