object HttpExecutionContext

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. All

Value Members

  1. def fromThread(delegate: Executor): ExecutionContextExecutor

    Create an HttpExecutionContext with values from the current thread.

  2. def fromThread(delegate: ExecutionContextExecutor): ExecutionContextExecutor

    Create an HttpExecutionContext with values from the current thread.

    Create an HttpExecutionContext 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 HttpExecutionContext 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.