Packages

package executor

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

Type Members

  1. final class CaptureContextOnSubmitInstrumentation extends InstrumentationBuilder
  2. class ExecutorTaskInstrumentation extends InstrumentationBuilder

    Captures the current Context upon creation of all Runnable/Callable implementations and sets that Context as current while their run/call methods are executed.

    Captures the current Context upon creation of all Runnable/Callable implementations and sets that Context as current while their run/call methods are executed. See the module's exclude configuration for more info on what packages and implementations will not be targeted by this instrumentation (e.g. it does not target any java.* class by default).

  3. type ScalaForkJoinPool = ForkJoinPool

Inherited from AnyRef

Inherited from Any

Ungrouped