scala.concurrent.jolib

class Signal

[source: scala/concurrent/jolib.scala]

abstract class Signal(join : Join)
extends AnyRef
Direct Known Subclasses:
jolib.Asynchr, jolib.Synchr

Type Summary
abstract type C
Value Summary
val queue : Queue[C]
Method Summary
def tryReduction (x : C) : 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
Type Details
abstract type C

Value Details
val queue : Queue[C]

Method Details
def tryReduction(x : C) : Unit