|
Scala
1.4.0.3 |
|||
Method Summary | |
def !(msg: Object): Unit
|
|
def exit(reason: Object): Unit
|
|
def link(p: Process): Unit
|
|
override
|
def run(): Unit
|
def self: Process
|
|
def spawn_link(body: => Unit): Process
|
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, 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 |
Method Detail |
override def run(): Unit
def !(msg: Object): Unit
def link(p: Process): Unit
def spawn_link(body: => Unit): Process
def self: Process
def exit(reason: Object): Unit
|
Scala
1.4.0.3 |
|||