|
Scala
1.2.0.1 |
|||
Method Summary | |
final
|
def exit(p: Process, reason: Object): Unit
|
final
|
def receive[a](f: PartialFunction[Object,a]): a
|
final
|
def receiveWithin[a](msec: Long)(f: PartialFunction[Object,a]): a
|
final
|
def self: Process
|
final
|
def send(p: Process, msg: Object): Unit
|
final
|
def spawn(def body: Unit): Process
|
final
|
def spawn_link(def body: Unit): Process
|
Method Detail |
final def spawn(def body: Unit): Process
final def spawn_link(def body: Unit): Process
final def send(p: Process, msg: Object): Unit
final def receive[a](f: PartialFunction[Object,a]): a
final def receiveWithin[a](msec: Long)(f: PartialFunction[Object,a]): a
final def self: Process
final def exit(p: Process, reason: Object): Unit
|
Scala
1.2.0.1 |
|||