|
Scala Library Documentation
|
|
scala/concurrent/Process.scala]
class
Process(body : => Unit)
extends Actor| Method Summary | |
def
|
! (msg : AnyRef) : Unit |
def
|
exit (reason : AnyRef) : Unit |
def
|
link (p : Process) : Unit |
override def
|
run : Unit |
def
|
spawn_link (body : => Unit) : Process |
| Methods inherited from Actor | |
| send, receive, receiveWithin, self, self_= |
| Methods inherited from Thread | |
| blockedOn, start, stop, stop, interrupt, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, countStackFrames, join, join, join, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader, getStackTrace, getId, getState, getUncaughtExceptionHandler, setUncaughtExceptionHandler |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library Documentation
|
|