Packages

p

scala

concurrent

package concurrent

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. concurrent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BatchingExecutorCanton extends BatchingExecutor

    Purpose of this trait is to make scala.concurrent.BatchingExecutor public.

  2. type CancellationException = java.util.concurrent.CancellationException
  3. type ExecutionException = java.util.concurrent.ExecutionException
  4. type TimeoutException = java.util.concurrent.TimeoutException

Value Members

  1. final def blocking[T](body: => T): T
    Annotations
    @throws(classOf[java.lang.Exception])

Inherited from AnyRef

Inherited from Any

Ungrouped