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:
parent
ef77b56e66
commit
60497f6561
195 changed files with 1110 additions and 857 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue