object HttpExecutionContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpExecutionContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
fromThread(delegate: Executor): ExecutionContextExecutor
Create an HttpExecutionContext with values from the current thread.
-
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
-
def
fromThread(delegate: ExecutionContext): ExecutionContextExecutor
Create an HttpExecutionContext with values from the current thread.
-
def
unprepared(delegate: ExecutionContext): ExecutionContext
Create an ExecutionContext that will, when prepared, be created with values from that thread.