in scala/concurrent
class Actor

abstract class Actor()
extends Thread
with ScalaObject
with MailBox
Implementing classes or objects:
class Process(body: => Unit)

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from java/lang/Thread-class
checkAccess, countStackFrames, destroy, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, start, stop, stop, suspend, toString

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/concurrent/ListQueueCreator-class
queueCreate

Methods inherited from scala/concurrent/MailBox-class
Message, receive, receiveWithin, send