scala.concurrent.pilib

Spawn

class Spawn extends AnyRef

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

Attributes
abstract
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. def < (p: ⇒ Unit): Spawn

    Attributes
    abstract
  2. def > (): Unit

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

    Attributes
    abstract