object ClassLoaderExecutionContext
- Source
- ClassLoaderExecutionContext.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassLoaderExecutionContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def fromThread(delegate: Executor): ExecutionContextExecutor
Create an ClassLoaderExecutionContext with values from the current thread.
- 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
- def fromThread(delegate: ExecutionContext): ExecutionContextExecutor
Create an ClassLoaderExecutionContext 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.