scala.actors

object Scheduler

[source: scala/actors/Scheduler.scala]

object Scheduler
extends DelegatingScheduler
The Scheduler object is used by Actor to execute tasks of an execution of an actor.
Author
Philipp Haller
Values and Variables inherited from DelegatingScheduler
sched
Method Summary
def makeNewScheduler : IScheduler
def restart : Unit
def snapshot : Unit
Methods inherited from DelegatingScheduler
impl, impl_=, isActive, execute, execute, executeFromActor, shutdown, newActor, terminated, onTerminate, managedBlock
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def makeNewScheduler : IScheduler
Overrides
DelegatingScheduler.makeNewScheduler

@deprecated

def snapshot : Unit

@deprecated

def restart : Unit