SchedulerWithDynamicScope

reactives.core.SchedulerWithDynamicScope
trait SchedulerWithDynamicScope[State[_], Tx <: Transaction[State]] extends Scheduler[State]

Attributes

Graph
Supertypes
trait Scheduler[State]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

final def forceNewTransaction[R](initialWrites: of[State]*)(admissionPhase: AdmissionTicket[State] => R): R

Attributes

Inherited from:
Scheduler
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Scheduler -> Any
Inherited from:
Scheduler

Inherited and Abstract methods

def forceNewTransaction[R](initialWrites: Set[of[State]], admissionPhase: AdmissionTicket[State] => R): R

Attributes

Inherited from:
Scheduler

Name of the scheduler, used for helpful error messages.

Name of the scheduler, used for helpful error messages.

Attributes

Inherited from:
Scheduler

Concrete fields

val dynamicScope: DynamicScopeImpl[State, Tx]