This commit is contained in:
parent
b27bdba13b
commit
f8ed3df013
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import scala.util.control.NonFatal
|
||||||
|
|
||||||
def createLogic(inheritedAttributes: Attributes) = new GraphStageLogic(shape) with OutHandler {
|
def createLogic(inheritedAttributes: Attributes) = new GraphStageLogic(shape) with OutHandler {
|
||||||
lazy val decider = inheritedAttributes.mandatoryAttribute[SupervisionStrategy].decider
|
lazy val decider = inheritedAttributes.mandatoryAttribute[SupervisionStrategy].decider
|
||||||
private implicit def ec = ActorMaterializerHelper.downcast(materializer).system.dispatcher
|
private implicit def ec = materializer.executionContext
|
||||||
private var state: Option[S] = None
|
private var state: Option[S] = None
|
||||||
|
|
||||||
private val createdCallback = getAsyncCallback[Try[S]] {
|
private val createdCallback = getAsyncCallback[Try[S]] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue