PhaseOverridingExecutionContext
class PhaseOverridingExecutionContext(base: ExecutionContext, val phase: Phase) : ExecutionContext(source)
Wrapper that delegates to a base ExecutionContext but overrides the phase field.