Merge pull request #17961 from ktoso/wip-quickstart-impr-ktoso
=doc #17655 improvements in streams quickstart
This commit is contained in:
commit
c4d018d31a
5 changed files with 125 additions and 52 deletions
|
|
@ -4,6 +4,8 @@
|
|||
Basics and working with Flows
|
||||
#############################
|
||||
|
||||
.. _core-concepts-scala:
|
||||
|
||||
Core concepts
|
||||
=============
|
||||
|
||||
|
|
@ -41,6 +43,8 @@ will use asynchronous means to slow down a fast producer, without blocking its t
|
|||
design, since entities that need to wait (a fast producer waiting on a slow consumer) will not block the thread but
|
||||
can hand it back for further use to an underlying thread-pool.
|
||||
|
||||
.. _defining-and-running-streams-scala:
|
||||
|
||||
Defining and running streams
|
||||
----------------------------
|
||||
Linear processing pipelines can be expressed in Akka Streams using the following core abstractions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue