Scala Library Documentation
|
|
scala/actors/TimerThread.scala
]
object
TimerThread
extends
AnyRefreceiveWithin(time: long)
.
Note that the library deletes non-received TIMEOUT
message if a
message is received before the time-out occurs.Method Summary | |
def
|
requestTimeout (a : Actor, f : PartialFunction[Any, Unit], waitMillis : Long) : Unit |
def
|
restart : Unit |
def
|
shutdown : Unit |
def
|
trashRequest (a : Actor) : 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 |
Scala Library Documentation
|
|