1

Does anyone have an example of how RX observables can be used to help the look of asynchronos code?

I am looking for an alternative to promises and I would like to see how it is done in rx.

dagda1
  • 26,856
  • 59
  • 237
  • 450

1 Answers1

0

There is a promise library built on the top of rxJava. You may take a look of the source about how it is implemented.

Herman Cheung
  • 324
  • 3
  • 7