object HttpExecutionContext

Annotations
@deprecated
Deprecated

(Since version 2.9.0) Renamed to ClassLoaderExecutionContext

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

Deprecated Value Members

  1. def fromThread(delegate: Executor): ExecutionContextExecutor
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use instead

  2. def fromThread(delegate: ExecutionContextExecutor): ExecutionContextExecutor
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use ClassLoaderExecutionContext.fromThread instead

  3. def fromThread(delegate: ExecutionContext): ExecutionContextExecutor
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use ClassLoaderExecutionContext.fromThread instead

  4. def unprepared(delegate: ExecutionContext): ExecutionContext
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use ClassLoaderExecutionContext.unprepared instead