=doc #17655 improvements in streams quickstart
This commit is contained in:
parent
52a204cb7f
commit
a191266d54
5 changed files with 125 additions and 52 deletions
|
|
@ -4,6 +4,8 @@
|
|||
Basics and working with Flows
|
||||
#############################
|
||||
|
||||
.. _core-concepts-java:
|
||||
|
||||
Core concepts
|
||||
=============
|
||||
|
||||
|
|
@ -41,6 +43,7 @@ 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-java:
|
||||
|
||||
Defining and running streams
|
||||
----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue