You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we add support for recursive scheduling in RxScala? The signature def schedule(action: => Unit): Subscription is very elegant for single shot work, but recursive scheduling (https://github.com/Netflix/RxJava/wiki/Scheduler) is less nice.
The text was updated successfully, but these errors were encountered:
Should we add support for recursive scheduling in RxScala? The signature
def schedule(action: => Unit): Subscription
is very elegant for single shot work, but recursive scheduling (https://github.com/Netflix/RxJava/wiki/Scheduler) is less nice.The text was updated successfully, but these errors were encountered: