+doc, str #16714: Add documentation explaining parallelism and pipelining

This commit is contained in:
Endre Sándor Varga 2015-04-09 13:41:40 +02:00 committed by Endre Sándor Varga
parent 089760e4e5
commit 6736d91110
6 changed files with 315 additions and 0 deletions

View file

@ -192,6 +192,7 @@ element. If this function would return a pair of the two argument it would be ex
.. includecode:: code/docs/stream/cookbook/RecipeManualTrigger.scala#manually-triggered-stream-zipwith
.. _cookbook-balance-scala:
Balancing jobs to a fixed pool of workers
-----------------------------------------