in scala.concurrent.pilib
class Spawn

abstract class Spawn
extends java.lang.Object
with scala.ScalaObject
Run several processes in parallel using the following syntax: spawn < p1 | ... | pn >

Constructor Summary
def this

Def Summary
abstract def < (p: => scala.Unit) : pilib.this.Spawn

abstract def > : scala.Unit

abstract def | (p: => scala.Unit) : pilib.this.Spawn

Constructor Detail
def this

Def Detail
abstract def < (p: => scala.Unit): pilib.this.Spawn

abstract def > : scala.Unit

abstract def | (p: => scala.Unit): pilib.this.Spawn