pipelineRunnerDispatcher

@Named(value = "pipelineRunnerDispatcher")
@Singleton
fun pipelineRunnerDispatcher(): CoroutineDispatcher
@Named(value = "pipelineRunnerScope")
@Singleton
fun pipelineRunnerDispatcher(@Named(value = "pipelineRunnerDispatcher") dispatcher: CoroutineDispatcher): CoroutineScope