Of course, I'd like to help. Are these docs stored in the akka/akka github repo? Awesome, thanks in advance!
The sources are on the release-2.3-dev branch (for all akka streams things): https://github.com/akka/akka/blob/release-2.3-dev/akka-docs-dev/rst/scala/stream-quickstart.rst https://github.com/akka/akka/blob/release-2.3-dev/akka-docs-dev/rst/java/stream-quickstart.rst It depends what you need, Maybe writing an AsyncStage (we'll document it soon, it's a rather advanced tool - https://github.com/akka/akka/issues/18018 ) would be useful for you? It's a very advanced Stage but may be just what you need - we'll do more docs about it soon as well (think of it "most people dont need it"). By the looks of the description AsyncStage looks like the abstraction I need. It would be great if you can put up some examples on how to use it. We'll document it soon https://github.com/akka/akka/issues/18018 It's a rather advanced feature we need to polish a little bit more before showing as "hey, use this!" :-) Here is the PR that introduced it, so you can have a look at the tests for now: https://github.com/akka/akka/pull/17105 -- Konrad -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
