scala.concurrent
ops
object
ops extends AnyRef
Value Members
-
-
def
equals(arg0: Any): Boolean
-
def
future[A](p: ⇒ A)(runner: FutureTaskRunner): () ⇒ A
-
def
getOrThrow[T <: Throwable, A](x: Either[T, A]): A
-
def
hashCode(): Int
-
def
par[A, B](xp: ⇒ A, yp: ⇒ B): (A, B)
-
def
replicate(start: Int, end: Int)(p: (Int) ⇒ Unit): Unit
-
def
spawn(p: ⇒ Unit)(runner: TaskRunner): Unit
-
def
toString(): String
-
def
tryCatch[A](body: ⇒ A): Either[Throwable, A]
-
def
tryCatchEx[A](body: ⇒ A): Either[Exception, A]
The object
ops
...