Object

rescala.scheduler.CalculusLike

FScheduler

Related Doc: package CalculusLike

Permalink

object FScheduler extends SchedulerImpl[State, FTransaction]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FScheduler
  2. SchedulerImpl
  3. Scheduler
  4. DynamicScope
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val _currentTransaction: DynamicVariable[Option[FTransaction]]

    Permalink
    Attributes
    protected
    Definition Classes
    SchedulerImpl
  5. var allReactives: Set[of[State]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var currentPropagation: Propagation

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def forceNewTransaction[R](initialWrites: Set[of[State]], admissionPhase: (AdmissionTicket[State]) ⇒ R): R

    Permalink

    this corresponds very roughly to the fire rule.

    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
    FSchedulerScheduler
  13. final def forceNewTransaction[R](initialWrites: of[State]*)(admissionPhase: (AdmissionTicket[State]) ⇒ R): R

    Permalink
    Definition Classes
    Scheduler
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. var idle: Boolean

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def maybeTransaction: Option[of[State]]

    Permalink
    Definition Classes
    SchedulerImplSchedulerDynamicScope
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def schedulerName: String

    Permalink

    Name of the scheduler, used for helpful error messages.

    Name of the scheduler, used for helpful error messages.

    Definition Classes
    FSchedulerScheduler
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    Scheduler → AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SchedulerImpl[State, FTransaction]

Inherited from Scheduler[State]

Inherited from DynamicScope[State]

Inherited from AnyRef

Inherited from Any

Ungrouped