pekko/akka-docs-dev/rst/scala
Roland Kuhn 02810cfa64 !str,htc remove FlexiMerge/Route
- replace all occurrences with equivalent GraphStage implementations

This commit introduces a mini-DSL for GraphStage that allows emitting or
reading multiple elements to/from a port with one statement, installing
stateful handlers on the port to make it work. The emitting side allows
stacked continuations, meaning that while an emit() is ongoing (waiting
for demand) another one can be added to the queue; this allows
convenient formualation of merge-type stages.
2015-10-21 18:52:16 +02:00
..
code/docs !str make Inlet/Outlet invariant and add Java variance 2015-10-21 17:48:54 +02:00
http RangeDirectivesExamplesSpec uncommented and working 2015-10-19 16:48:21 +02:00
stream-composition.rst Update stream-composition.rst 2015-07-20 14:07:00 +08:00
stream-cookbook.rst =str #16787 java cookbook 2015-07-08 17:35:14 +03:00
stream-customize.rst !str,htc remove FlexiMerge/Route 2015-10-21 18:52:16 +02:00
stream-error.rst !str,htc remove FlexiMerge/Route 2015-10-21 18:52:16 +02:00
stream-flows-and-basics.rst !str,htc remove FlexiMerge/Route 2015-10-21 18:52:16 +02:00
stream-graphs.rst !str,htc remove FlexiMerge/Route 2015-10-21 18:52:16 +02:00
stream-index.rst +doc #17337: Document composability and modularity 2015-07-13 16:50:02 +03:00
stream-integrations.rst Merge pull request #17953 from drewhk/wip-17891-processor-support-drewhk 2015-07-13 17:21:10 +03:00
stream-introduction.rst +doc, str #16716: Table summarizing built-in processing stages 2015-04-24 11:29:23 +02:00
stream-io.rst =doc update stream-io doc page to the latest API 2015-08-28 09:35:23 +03:00
stream-parallelism.rst +doc, str #16714: Add documentation explaining parallelism and pipelining 2015-04-24 10:30:15 +02:00
stream-quickstart.rst =str #18378 Small typos in Streams docs 2015-09-18 10:02:09 -04:00
stream-rate.rst =doc #18012 rate transformation doc improvements 2015-07-20 15:21:16 +03:00
stream-testkit.rst =doc #17291 grammar fixes and Await.result instead of Await.ready 2015-06-22 13:54:49 +03:00