Scala Library Documentation
|
|
scala/actors/OutputChannel.scala
]
trait
OutputChannel[Msg]
extends
AnyRefOutputChannel
trait provides a common interface
for all channels to which values can be sent.Method Summary | |
abstract def
|
! (msg : Msg) : Unit |
abstract def
|
forward (msg : Msg) : Unit |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library Documentation
|
|