Java_MVVM_with_Swing_and_RxJava_Examples icon indicating copy to clipboard operation
Java_MVVM_with_Swing_and_RxJava_Examples copied to clipboard

Eliminate AsyncUtils

Open Petikoch opened this issue 8 years ago • 0 comments

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.

Petikoch avatar Jan 20 '17 14:01 Petikoch