FScheduler
reactives.scheduler.CalculusLike.FScheduler
object FScheduler extends SchedulerWithDynamicScope[State, FTransaction]
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FScheduler.type
Members list
Value members
Concrete methods
override def forceNewTransaction[R](initialWrites: Set[of[State]], admissionPhase: AdmissionTicket[State] => 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)
Attributes
- Definition Classes
Name of the scheduler, used for helpful error messages.
Inherited methods
final def forceNewTransaction[R](initialWrites: of[State]*)(admissionPhase: AdmissionTicket[State] => R): R
Attributes
- Inherited from:
- Scheduler
Concrete fields
Inherited fields
Attributes
- Inherited from:
- SchedulerWithDynamicScope
In this article