scala.concurrent.pilib

Spawn

abstract class Spawn extends AnyRef

Run several processes in parallel using the following syntax: spawn < p1 | ... | pn >

Source
pilib.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Spawn
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Spawn()

Abstract Value Members

  1. abstract def <(p: ⇒ Unit): Spawn

  2. abstract def >(): Unit

  3. abstract def |(p: ⇒ Unit): Spawn