|
Scala Library
|
|
scala/actors/WorkerThreadScheduler.scala]
trait
WorkerThreadScheduler
extends IScheduler| 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
worker - the worker thread executing tasks|
Scala Library
|
|