MVCoconut / coconut.data

Observable Data Layer.
The Unlicense
20 stars 8 forks source link

Value always generates Observable.auto from observables. #68

Open back2dos opened 4 years ago

back2dos commented 4 years ago

This is quite heavy handed. When I optimized it away last time, it occasionally led to runtime errors during complex circular initialization. It should suffice to have an Observable.lazy<T>(f:()->Observable<T>):Observable<T> to solve that problem.

back2dos commented 3 years ago

Observable.auto has become relatively cheap, so perhaps this is a non-issue, but this needs to be dealt with before 1.0.