Java_MVVM_with_Swing_and_RxJava_Examples
Java_MVVM_with_Swing_and_RxJava_Examples copied to clipboard
Eliminate AsyncUtils
AsyncUtils is kind of "imperative". This is in contrast of the "lazy" nature of RxJava. In RxJava nothing happens until there is a subscriber.
Therefore: To have cleaner examples, I should eliminate AsyncUtils.