scala.actors
Scheduler
object
Scheduler extends DelegatingScheduler
Inherits
- DelegatingScheduler
- IScheduler
- AnyRef
- Any
Value Members
-
def
equals(arg0: Any): Boolean
-
def
execute(task: Runnable): Unit
-
def
execute(fun: ⇒ Unit): Unit
-
def
executeFromActor(task: Runnable): Unit
-
def
hashCode(): Int
-
def
isActive: Boolean
-
def
makeNewScheduler(): IScheduler
-
def
managedBlock(blocker: ManagedBlocker): Unit
-
def
newActor(actor: Reactor): Unit
-
def
onLockup(millis: Int)(handler: () ⇒ Unit): Unit
-
def
onLockup(handler: () ⇒ Unit): Unit
-
def
onTerminate(actor: Reactor)(f: ⇒ Unit): Unit
-
def
printActorDump: Unit
-
def
restart(): Unit
-
def
shutdown(): Unit
-
def
snapshot(): Unit
-
def
terminated(actor: Reactor): Unit
-
def
tick(a: Actor): Unit
-
def
toString(): String
The
Scheduler
object is used byActor
to execute tasks of an actor execution.