|
Scala
1.4.0.3 |
|||
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 |
final def spawn(p: => Unit): Unit
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
|
Scala
1.4.0.3 |
|||