scala.concurrent.jolib

class Synchr

[source: scala/concurrent/jolib.scala]

abstract class Synchr[A](join : Join)
extends Signal
Type Summary
abstract type C <: SyncVar[A]
Values and Variables inherited from Signal
queue
Method Summary
def apply (x : C) : A
Methods inherited from Signal
tryReduction
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
abstract type C <: SyncVar[A]

Method Details
def apply(x : C) : A