in scala/concurrent/pilib
trait Spawn

trait Spawn()
extends Object
with ScalaObject

Run several processes in parallel using the following syntax: spawn < p_1 | ... | p_n >

Method Summary
abstract def <(def p: Unit): Spawn
abstract def >: Unit
abstract def |(def p: Unit): Spawn

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

Method Detail

<

  abstract def <(def p: Unit): Spawn

|

  abstract def |(def p: Unit): Spawn

>

  abstract def >: Unit