scala.actors

trait DaemonActor

[source: scala/actors/DaemonActor.scala]

trait DaemonActor
extends Actor
Base trait for actors with daemon semantics. Unlike a regular Actor, an active DaemonActor will not prevent an application terminating, much like a daemon thread.
Author
Erik Engbrecht
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
override def scheduler : IScheduler
Overrides
Actor.scheduler