TopoSchedulerInterface

rescala.scheduler.TopoBundle.TopoSchedulerInterface

Attributes

Graph
Supertypes
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all
Known subtypes
object TopoScheduler

Members list

Value members

Concrete methods

def beforeCleanupHook(all: Seq[ReSource], initialWrites: Set[ReSource]): Unit
override def forceNewTransaction[R](initialWrites: Set[ReSource], admissionPhase: (AdmissionTicket[State]) => R): R

Attributes

Definition Classes
def reset(r: ReSource): Unit
override def schedulerName: String

Name of the scheduler, used for helpful error messages.

Name of the scheduler, used for helpful error messages.

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
Scheduler
final override def maybeTransaction: Option[Transaction[State]]

Attributes

Definition Classes
Inherited from:
SchedulerImpl
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

Concrete fields

var idle: Boolean

Inherited fields

Attributes

Inherited from:
SchedulerImpl