Java 9 Reactive Streams: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
=Overview= | =Overview= | ||
Java 9 introduces reactive programming features, based on ''reactive streams''. | Java 9 introduces reactive programming features, based on ''reactive streams''. Reactive streams provide a computational model of building blocks which run independently and send messages to one another. |
Revision as of 04:37, 21 March 2018
Internal
TODO
- http://www.reactive-streams.org
- java.util.concurrent.Flow: https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/Flow.html
Overview
Java 9 introduces reactive programming features, based on reactive streams. Reactive streams provide a computational model of building blocks which run independently and send messages to one another.