|
Scala Library Documentation
|
|
scala/concurrent/ops.scala]
object
ops
extends AnyRefops ...| Method Summary | |
def
|
future [a](p : => a) : () => a |
def
|
par [a, b](xp : => a, yp : => b) : (a, b) |
def
|
replicate (start : Int, end : Int)(p : (Int) => Unit) : Unit |
def
|
spawn (p : => Unit) : Unit |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
p - ...p - ...xp - ...yp - ...start - ...end - ...p - ...|
Scala Library Documentation
|
|