|
Scala Library Documentation
|
|
scala/concurrent/NameServer.scala]
object
NameServer
extends AnyRef| Value Summary | |
val
|
names : HashMap[Symbol, Process] |
| Method Summary | |
def
|
register (name : Symbol, proc : Process) : Unit |
def
|
send (name : Symbol, msg : AnyRef) : Unit |
def
|
unregister (name : Symbol) : Unit |
def
|
whereis (name : Symbol) : Option[Process] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
|
Scala Library Documentation
|
|