| Service team 2 is working on APIs for apollo for the sync library. We want to use a reactive style of API, but Apollo on Android uses a callback style API. ST 2 needs a way for the rx system to translate callback style code into reactive style code Example code causing issue : https://gist.github.com/danielpassos/742cbd2dc82584bc6ac316858198aeb1 Solution to this problem provided by RxJava : https://github.com/ReactiveX/RxJava/pull/4179/files Basically this issue is to create an API like the RxJava API. |