scala.actors

class SingleThreadedScheduler

[source: scala/actors/SingleThreadedScheduler.scala]

class SingleThreadedScheduler
extends IScheduler
This scheduler executes the tasks of an actor on a single thread (the current thread).
Version
0.9.8
Author
Philipp Haller
Values and Variables inherited from IScheduler
QUIT_TASK
Method Summary
def execute (task : Runnable) : Unit
def getTask (worker : WorkerThread) : Runnable
def onLockup (millis : Int)(handler : () => Unit) : Unit
def onLockup (handler : () => Unit) : Unit
def pendReaction : Unit
def printActorDump : Unit
def shutdown : Unit
def snapshot : scala.actors.LinkedQueue
def start (task : Runnable) : Unit
def start : Unit
def terminated (a : Actor) : Unit
def tick (a : Actor) : Unit
def unPendReaction : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf