Skip to content

Instantly share code, notes, and snippets.

@vvsevolodovich
Created April 17, 2018 14:57
Show Gist options
  • Select an option

  • Save vvsevolodovich/647c068c77490208eeaf1e3964e1e06f to your computer and use it in GitHub Desktop.

Select an option

Save vvsevolodovich/647c068c77490208eeaf1e3964e1e06f to your computer and use it in GitHub Desktop.
Subcribe.kt
apiClient.login(auth)
// some code ommitted
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment