Packages

t

scala.concurrent

BatchingExecutorCanton

trait BatchingExecutorCanton extends BatchingExecutor

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BatchingExecutorCanton
  2. BatchingExecutor
  3. Executor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def execute(arg0: Runnable): Unit
    Definition Classes
    Executor