ReactiveX / RxSwing

RxJava bindings for Swing
Apache License 2.0
98 stars 23 forks source link

Automatically subscribe/unsubscribe on the EDT #18

Closed epb-644 closed 9 years ago

epb-644 commented 9 years ago

Made all event sources automatically subscribe & unsubscribe on the Swing thread. Previously, only unsubscribe was automatically placed on the EDT.

This closes issue #3.

epb-644 commented 9 years ago

@mikebaum Thanks, removed the asserts. I'm fairly sure they're not necessary.