|
Scala Library Documentation
|
|
scala/actors/ActorProxy.scala]
class
ActorProxy(t : Thread)
extends ActorActorProxy provides a dynamic actor proxy for normal
Java threads.| Values and Variables inherited from Actor | |
| isDetached, kill, links, trapExit, exitReason, exiting, shouldExit |
| Method Summary | |
def
|
act
: Unit
The behavior of an actor is specified by implementing this
abstract method. Note that the preferred way to create actors
is through the
actor method
defined in object Actor. |
override def
|
exit
: Nothing
Terminates with exit reason
'normal. |
| Methods inherited from Actor | |
| send, receive, receiveWithin, react, reactWithin, !, forward, !?, !?, !!, !!, reply, replyChannel, freshReplyChannel, ?, sender, start, link, link, linkTo, unlink, unlinkFrom, exit, exitLinked, exitLinked, exit |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
Scala Library Documentation
|
|