Closed ghost91- closed 7 years ago
It seems there are some more issues with this, the unittest for SubscribeOnObservable also mistakenly uses ObserverOnObservable, but compilation fails if i change it too SubscribeOnObservable, compilation fails:
source/rx/scheduler.d(493,36): Error: constructor rx.scheduler.SubscribeOnObservable!(Observable!int, Scheduler).SubscribeOnObservable.this (ref Observable!int observable, ref Scheduler scheduler) is not callable using argument types (SubjectObject!int, LocalScheduler)
I'm planning on taking a closer look at this.
Thanks for PR. I think I made some mistakes. I will merge this and collect the unittests together.
…f ObserveOnObservable