You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides adapters between RxJava and [Reactive Streams](http://www.reactive-streams.org).
4
8
The Reactive Streams standard defines an API and runtime semantics for reactive data streams, that different tools can implement in order to interoperate with each other.
5
9
This library allows RxJava to interoperate with other implementors of the Reactive Streams API.
@@ -37,10 +41,6 @@ and can therefore interoperate with RxJava via these methods.
37
41
38
42
Learn more about RxJava on the <ahref="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a> and the <ahref="http://techblog.netflix.com/2013/02/rxjava-netflix-api.html">Netflix TechBlog post</a> where RxJava was introduced.
0 commit comments