in scala/concurrent
object ops

object ops
extends Object
with ScalaObject

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

Method Detail

spawn

  final def spawn(p: => Unit): Unit

future

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

par

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

replicate

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