in scala.concurrent
object ops

object ops
extends java.lang.Object
with scala.ScalaObject
The object ops ...
Author:
Martin Odersky
Version:
1.0, 12/03/2003

Constructor Summary
def this



Def Summary
def future [a] (p: => a) : () => a

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

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

def spawn (p: => scala.Unit) : scala.Unit



Constructor Detail
def this

Def Detail
def future [a](p: => a): () => a
Parameters:
p - ...
Returns:
...

def par [a, b](xp: => a, yp: => b): scala.Tuple2[a,b]
Parameters:
xp - ...
Parameters:
yp - ...
Returns:
...

def replicate (start: scala.Int, end: scala.Int)(p: (scala.Int) => scala.Unit): scala.Unit
Parameters:
start - ...
Parameters:
end - ...
Parameters:
p - ...

def spawn (p: => scala.Unit): scala.Unit
Parameters:
p - ...