scala.concurrent.pilib

class Spawn

[source: scala/concurrent/pilib.scala]

abstract class Spawn
extends AnyRef
Run several processes in parallel using the following syntax: spawn < p1 | ... | pn >
Method Summary
abstract def < (p : => Unit) : Spawn
abstract def > : Unit
abstract def | (p : => Unit) : Spawn
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def <(p : => Unit) : Spawn

abstract def |(p : => Unit) : Spawn

abstract def > : Unit