ReactiveX / RxSwing

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

Removed SwingScheduler's invokeLater when called from EDT #17

Closed epb-644 closed 9 years ago

epb-644 commented 9 years ago

The SwingScheduler will no longer call invokeLater when the calling thread is the EDT. Therefore, when called from the EDT, any action provided to the SwingScheduler's schedule method (the overload without a delay parameter) will execute immediately.

See issue #16.

mikebaum commented 9 years ago

Done with my review, just one small thing to fix.