Package at.jku.ssw.fp.sect10_5
Class Demo2_SubscribeOn
- java.lang.Object
-
- at.jku.ssw.fp.sect10_5.Demo2_SubscribeOn
-
public class Demo2_SubscribeOn extends Object
Demo program showing the how to useObservable.subscribeOn(io.reactivex.Scheduler)
for asynchronous event processing.- Author:
- Herbert Praehofer
-
-
Constructor Summary
Constructors Constructor Description Demo2_SubscribeOn()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException
- Throws:
InterruptedException
-
-