abstract class MainThreadDisposable : Disposableabstract class MainThreadDisposable : Disposable
Copy of the MainThreadDisposable from RxAndroid which makes use of . This allows disposing on the JVM without crashing due to the looper check (which is often stubbed in tests).