+doc explain backpressure / reactive streams a bit

This commit is contained in:
Konrad 'ktoso' Malawski 2014-12-18 18:11:32 +01:00
parent 1c722b8ae1
commit 98143e3c93
4 changed files with 88 additions and 31 deletions

View file

@ -51,7 +51,9 @@ class StreamPartialFlowGraphDocSpec extends AkkaSpec {
in3 ~> zip2.right
zip2.out ~> out
}
//#simple-partial-flow-graph
// format: ON
//#simple-partial-flow-graph
val resultSink = Sink.head[Int]