Package com.spotify.mobius.rx
Class SchedulerWorkRunner
- java.lang.Object
-
- com.spotify.mobius.rx.SchedulerWorkRunner
-
- All Implemented Interfaces:
com.spotify.mobius.disposables.Disposable,com.spotify.mobius.runners.WorkRunner
public class SchedulerWorkRunner extends java.lang.Object implements com.spotify.mobius.runners.WorkRunnerAWorkRunnerthat is backed by an RxSchedulerfor running work.
-
-
Constructor Summary
Constructors Constructor Description SchedulerWorkRunner(rx.Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidpost(java.lang.Runnable runnable)
-