in scala/concurrent/pilib
class GP

class GP[a](n: UChan, polarity: Boolean, v: Any, c: (Any) => a)
extends Object
with ScalaObject

Typed guarded process.

Field Summary
  val untyped: UGP

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Field Detail

untyped

  val untyped: UGP