Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Created August 27, 2015 06:53
Show Gist options
  • Save patrykpoborca/2ae415473cba352a5a40 to your computer and use it in GitHub Desktop.
Save patrykpoborca/2ae415473cba352a5a40 to your computer and use it in GitHub Desktop.
@Module
public class ThreadingModule {
@Named(Constants.MAIN_THREAD)
@Provides
public Scheduler providesMainThread(){
return AndroidSchedulers.mainThread();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment