|
|
Scala 2.3.3
|
class
Process
extends scala.concurrent.Actor
with scala.ScalaObject
| Constructor Summary | |
def
this
(body: => scala.Unit)
|
|
| Val inherited from scala.concurrent.Actor | |
| in |
| Var inherited from scala.concurrent.Actor | |
| pid |
| Def Summary | |
def
!
(msg: java.lang.Object)
: scala.Unit
|
|
def
exit
(reason: java.lang.Object)
: scala.Unit
|
|
def
link
(p: scala.concurrent.Process)
: scala.Unit
|
|
override
|
def
run
: scala.Unit
|
def
spawn_link
(body: => scala.Unit)
: scala.concurrent.Process
|
|
| Def inherited from scala.concurrent.Actor | |
| receive , receiveWithin, self, self_=, send |
| Constructor Detail |
| Def Detail |
def
!
(msg: java.lang.Object): scala.Unit
def
exit
(reason: java.lang.Object): scala.Unit
def
link
(p: scala.concurrent.Process): scala.Unit
override
def
run
: scala.Unit
def
spawn_link
(body: => scala.Unit): scala.concurrent.Process