pekko/akka-docs-dev/rst/scala/code/docs/stream
Roland Kuhn 1500d1f36d !str #19005 make groupBy et al return a SubFlow
A SubFlow (or SubSource) is not a Graph, it is an unfinished builder
that accepts transformations. This allows us to capture the substreams’
transformations before materializing the flow, which will be very
helpful in fully fusing all operators.

Another change is that groupBy now requires a maxSubstreams parameter in
order to bound its resource usage. In exchange the matching merge can be
unbounded. This trades silent deadlock for explicit stream failure.

This commit also changes all uses of Predef.identity to use `conforms`
and removes the HTTP impl.util.identityFunc.
2015-12-10 12:27:16 +01:00
..
cookbook !str #19005 make groupBy et al return a SubFlow 2015-12-10 12:27:16 +01:00
io !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
ActorPublisherDocSpec.scala Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
ActorSubscriberDocSpec.scala Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
BidiFlowDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
CompositionDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
FlowDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
FlowErrorDocSpec.scala Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
FlowGraphDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
FlowParallelismDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
FlowStagesSpec.scala +doc: Add documentation for DetachedStages 2015-07-12 10:28:49 +02:00
GraphCyclesSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
GraphStageDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
IntegrationDocSpec.scala Rename RunnableFlow to RunnableGraph 2015-06-23 18:49:53 +02:00
RateTransformationDocSpec.scala !str,htc replace and remove OneBoundedInterpreter 2015-11-01 14:53:52 +01:00
ReactiveStreamsDocSpec.scala !str - Switches Sink.publisher to use a boolean to indicate fanout rather than a number of allowed subscribers 2015-11-04 12:29:23 +01:00
StreamBuffersRateSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
StreamPartialFlowGraphDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
StreamTestKitDocSpec.scala =str #15707 name unnamed modules 2015-11-04 13:01:05 +02:00
TwitterStreamQuickstartDocSpec.scala !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00