Skip to content

Instantly share code, notes, and snippets.

@cavarzan
Created April 10, 2016 02:40
Show Gist options
  • Save cavarzan/f0fc795b88fa185d256b307399f0044d to your computer and use it in GitHub Desktop.
Save cavarzan/f0fc795b88fa185d256b307399f0044d to your computer and use it in GitHub Desktop.
return Observable.fromCallable(MobileBackendManager::getManager)
.subscribeOn(HandlerScheduler.from(new CustomHandler("MCS")))
.observeOn(Schedulers.io());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment