Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Update README to say that observables are scheduled in background by …
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
anupcowkur committed Jun 26, 2016
1 parent 2cdcc74 commit e885920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ try {
```
## RxJava

Reservoir is down with RxJava! All the async methods have RxJava variants that return observables.
Reservoir is down with RxJava! All the async methods have RxJava variants that return observables. These observables are scheduled on a background thread and observed on the main thread by default (you can change this easily by assigning your own schedulers and observers to the returned observable).

First, you'll need to add RxJava dependency to your app since Reservoir does not come bundled with it:

Expand Down

0 comments on commit e885920

Please sign in to comment.