Scala Library Documentation
|
|
scala/concurrent/SyncChannel.scala
]
class
SyncChannel[a]
extends
AnyRefSyncChannel
...Method Summary | |
def
|
await (cond : => Boolean) : Unit |
def
|
read : a |
def
|
write (x : a) : 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
|
|