Scala Library
|
|
scala/actors/DaemonActor.scala
]
trait
DaemonActor
extends
ActorActor
, an active DaemonActor
will
not prevent an application terminating, much like a daemon thread.Values and Variables inherited from Actor | |
trapExit |
Method Summary | |
override def
|
scheduler : IScheduler |
Methods inherited from Actor | |
receive, receiveWithin, react, reactWithin, ?, start, link, link, unlink, exit, exit |
Methods inherited from scala.actors.ReplyableActor | |
scala.actors.ReplyableActor.!?, scala.actors.ReplyableActor.!?, scala.actors.ReplyableActor.!!, scala.actors.ReplyableActor.!! |
Methods inherited from ReplyReactor | |
sender, reply, !, forward |
Methods inherited from Reactor | |
act (abstract), exceptionHandler, mailboxSize, send, receiver |
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
|
|