Scala Library Documentation
|
|
scala/concurrent/Pid.scala
]
class
Pid(actor : Actor)
extends
AnyRefPid
provides process identifiers
to thread-based actors.Method Summary | |
def
|
! (msg : AnyRef) : Unit |
override def
|
equals (that : Any) : Boolean |
override def
|
hashCode : Int |
def
|
spawn (body : (Actor) => Unit) : Pid |
def
|
spawnReceive (cases : PartialFunction[AnyRef, Unit]) : Pid |
override def
|
toString : String |
Methods inherited from AnyRef | |
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
spawnReceive(cases : PartialFunction[AnyRef, Unit]) : Pid
override
def
hashCode : Int
override
def
toString : String
Scala Library Documentation
|
|