airbnb / RxGroups

Easily group RxJava Observables together and tie them to your Android Activity lifecycle
Apache License 2.0
693 stars 44 forks source link

Use Observable.fromAsync() instead of create() #27

Closed felipecsl closed 7 years ago

felipecsl commented 7 years ago

The version of create() we were using did not handle backpressure and it not recommended. This is slightly safer as it will handle that correctly.

@elihart

elihart commented 7 years ago

lgtm