Scheduler

@implicitNotFound(msg = "Could not find an implicit propagation engine. Did you forget an import?")
trait Scheduler

Propagation engine that defines the basic data-types available to the user and creates turns for propagation handling

Type Params
S

Struct type that defines the spore type used to manage the reactive evaluation

Companion
object
class Object
trait Matchable
class Any
trait DynamicInitializerLookup[ExactInitializer]
object FScheduler

Value members

Abstract methods

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

Name of the scheduler, used for helpful error messages.

Name of the scheduler, used for helpful error messages.

Concrete methods

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