play.core.j.ClassLoaderExecutionContext
See theClassLoaderExecutionContext companion object
class ClassLoaderExecutionContext(contextClassLoader: ClassLoader, delegate: ExecutionContext) extends ExecutionContextExecutor
Manages execution to ensure that the given context ClassLoader is set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait ExecutionContextExecutortrait Executortrait ExecutionContextclass Objecttrait Matchableclass Any
Members list
In this article