object ClassLoaderExecutionContext

Source
ClassLoaderExecutionContext.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassLoaderExecutionContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def fromThread(delegate: Executor): ExecutionContextExecutor

    Create an ClassLoaderExecutionContext with values from the current thread.

  2. def fromThread(delegate: ExecutionContextExecutor): ExecutionContextExecutor

    Create an ClassLoaderExecutionContext with values from the current thread.

    Create an ClassLoaderExecutionContext with values from the current thread.

    This method is necessary to prevent ambiguous method compile errors since ExecutionContextExecutor

  3. def fromThread(delegate: ExecutionContext): ExecutionContextExecutor

    Create an ClassLoaderExecutionContext with values from the current thread.

  4. def unprepared(delegate: ExecutionContext): ExecutionContext

    Create an ExecutionContext that will, when prepared, be created with values from that thread.