Slide 2
Slide 2 text
Unless otherwise indicated, these slides are © 2013-2017 Pivotal Software, Inc. and licensed under a
Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
In a nutshell, reactive programming is about
non-blocking, event-driven applications
that scale with a small number of threads
with back pressure as a key ingredient
that aims to ensure producers to not overwhelm consumers.
(Rossen Stoyanchev)