It would be nice to expose some internal APIs that wires together observables, auto-observables and whatnot in case someone wants to have their own Observable<T> implementation that works well with the rest.
For that I just need to polish those APIs a bit and make them public.
It would be nice to expose some internal APIs that wires together observables, auto-observables and whatnot in case someone wants to have their own
Observable<T>
implementation that works well with the rest.For that I just need to polish those APIs a bit and make them public.