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