Is ReactiveCocoa API work the same as RXAndroid ? Can I use it to call multiple requests at the same time and combine the results.
Asked
Active
Viewed 34 times
1 Answers
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