in scala/concurrent
object ops

object ops
extends Object
with ScalaObject

Method Summary
final def future[a](def p: a): () => a
final def par[a,b](def xp: a, def yp: b): Tuple2[a,b]
final def replicate(start: Int, end: Int)(p: (Int) => Unit): Unit
final def spawn(def p: Unit): Unit

Method Detail

spawn

  final def spawn(def p: Unit): Unit

future

  final def future[a](def p: a): () => a

par

  final def par[a,b](def xp: a, def yp: b): Tuple2[a,b]

replicate

  final def replicate(start: Int, end: Int)(p: (Int) => Unit): Unit