scala.concurrent

class Channel

[source: scala/concurrent/Channel.scala]

class Channel[a]
extends AnyRef
This class ...
Author
Martin Odersky
Version
1.0, 10/03/2003
Method Summary
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
Class Summary
class LinkedList [a] extends AnyRef
Method Details
def write(x : a) : Unit
Parameters
x - ...

def read : a