also fix FlowInterleaveSpec

Also-by: Johan Andrén <johan@markatta.com>
Also-by: Roland Kuhn <rk@rkuhn.info>
Also-by: Martynas Mickevičius <mmartynas@gmail.com>
This commit is contained in:
Endre Sándor Varga 2016-01-20 10:00:37 +02:00 committed by Martynas Mickevičius
parent ef77b56e66
commit 60497f6561
195 changed files with 1110 additions and 857 deletions

View file

@ -5,6 +5,7 @@ package akka.stream.impl
import java.util.concurrent.atomic.{ AtomicBoolean, AtomicLong }
import java.{ util ju }
import akka.NotUsed
import akka.actor._
import akka.event.Logging
import akka.dispatch.Dispatchers
@ -134,7 +135,7 @@ private[akka] case class ActorMaterializerImpl(system: ActorSystem,
assignPort(tls.plainIn, FanIn.SubInput[Any](impl, SslTlsCipherActor.UserIn))
assignPort(tls.cipherIn, FanIn.SubInput[Any](impl, SslTlsCipherActor.TransportIn))
matVal.put(atomic, ())
matVal.put(atomic, NotUsed)
case graph: GraphModule
matGraph(graph, effectiveAttributes, matVal)