|
Scala Library Documentation
|
|
class
SingleThreadedScheduler
extends IScheduler| Values and Variables inherited from IScheduler | |
| QUIT_TASK |
| Method Summary | |
def
|
execute (task : scala.actors.FJTask) : Unit |
def
|
execute (task : Reaction) : 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 : Unit |
def
|
start (task : Reaction) : 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 |
| Method Details |
def
start : Unit
def
execute(task : scala.actors.FJTask) : Unit
def
getTask(worker : WorkerThread) : Runnable
def
pendReaction : Unit
def
unPendReaction : Unit
def
shutdown : Unit
def
snapshot : scala.actors.LinkedQueue
def
printActorDump : Unit
|
Scala Library Documentation
|
|