scala

concurrent

package concurrent

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. concurrent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type CancellationException = java.util.concurrent.CancellationException

  2. type ExecutionException = java.util.concurrent.ExecutionException

  3. type TimeoutException = java.util.concurrent.TimeoutException

Value Members

  1. def blocking[T](body: ⇒ T): T

    Annotations
    @throws( classOf[java.lang.Exception] )
  2. package stm

Deprecated Value Members

  1. def future[T](body: ⇒ T)(implicit executor: ExecutionContext): Future[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Future { ... } instead.

  2. def promise[T](): Promise[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Promise[T]() instead.

Inherited from AnyRef

Inherited from Any

Ungrouped