scala.concurrent.pilib

class GP

[source: scala/concurrent/pilib.scala]

class GP[a](n : UChan, polarity : Boolean, v : Any, c : (Any) => a)
extends AnyRef
Typed guarded process.
Value Summary
val untyped : UGP
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val untyped : UGP