Skip to content

Instantly share code, notes, and snippets.

@Orange168
Last active September 7, 2018 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Orange168/6fcda04a7fb91a86b767de8365e80c35 to your computer and use it in GitHub Desktop.
Save Orange168/6fcda04a7fb91a86b767de8365e80c35 to your computer and use it in GitHub Desktop.
[RxJava 主线程运行] 任何时候都在主线程运行 #RxJava
AndroidSchedulers.mainThread().scheduleDirect(new Runnable() {
@Override public void run() {
onDispose();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment