scala.actors

trait WorkerThreadScheduler

[source: scala/actors/WorkerThreadScheduler.scala]

trait WorkerThreadScheduler
extends IScheduler
Direct Known Subclasses:
TickedScheduler

Values and Variables inherited from IScheduler
QUIT_TASK
Method Summary
abstract def getTask (worker : WorkerThread) : java.lang.Runnable
Methods inherited from IScheduler
execute (abstract), execute (abstract), tick (abstract), shutdown (abstract), onLockup (abstract), onLockup (abstract), printActorDump (abstract)
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
abstract def getTask(worker : WorkerThread) : java.lang.Runnable
Parameters
worker - the worker thread executing tasks
Returns
the task to be executed