-3

Is ReactiveCocoa API work the same as RXAndroid ? Can I use it to call multiple requests at the same time and combine the results.

iOS Developer
  • 187
  • 1
  • 2
  • 9

1 Answers1

0

According to a blog post Using ReactiveCocoa to parallelize multiple requests, by Giovanni

This would be possible by using either

signals combination, and [sic] collection magic.

Read up on the linked article.

Rushikumar
  • 1,774
  • 5
  • 18
  • 28