package concurrent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- concurrent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait BatchingExecutorCanton extends BatchingExecutor
Purpose of this trait is to make scala.concurrent.BatchingExecutor public.
- type CancellationException = java.util.concurrent.CancellationException
- type ExecutionException = java.util.concurrent.ExecutionException
- type TimeoutException = java.util.concurrent.TimeoutException
Value Members
- final def blocking[T](body: => T): T
- Annotations
- @throws(classOf[java.lang.Exception])