Popular repositories
-
RxJava2Interop
Library to convert between RxJava 1.x and 2.x reactive types.
-
ixjava
Iterable Extensions for Java 6+
-
RxJava3-preview
Preview for version 3 of RxJava, the modern ReactiveX style library for composing (a)synchronous sequences of data and events
-
RxJava2Extensions
RxJava 2.x extra sources, operators and components and ports of many 1.x companion libraries.
-
open-ig
Free & open-source reimplementation of Imperium Galactica. Download the Installer below the file list!
-
RxAgera
Convert between RxJava and Agera reactive base types
1,980 contributions in the last year
Contribution activity
June 2017
2.x: add subscribeOn overload to avoid same-pool deadlock with create
This PR adds an overload to subscribeOn
that exposes the existing feature to optionally request on the same scheduler where the subscription happen…