README.adoc

March 8, 2023 ยท View on GitHub

= Reactive Streams for Vert.x

image:https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-5.x.yml"] image:https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-reactive-streams/actions/workflows/ci-4.x.yml"]

"link:http://www.reactive-streams.org/[Reactive Streams] is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure on the JVM."

Please see the main documentation on the web-site for a full description: