|
Scala 2.4.0-final
|
class
SyncChannel
[a]
extends
java.lang.Object
with
scala.ScalaObject
SyncChannel
...Constructor Summary | |
def
this
|
Def Summary | |
def
await
(cond: => scala.Boolean)
: scala.Unit
|
|
def
read
: a
|
|
def
write
(x: a)
: scala.Unit
|
Constructor Detail |
Def Detail |