Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value always generates Observable.auto from observables. #68

Open
back2dos opened this issue Aug 8, 2020 · 1 comment
Open

Value always generates Observable.auto from observables. #68

back2dos opened this issue Aug 8, 2020 · 1 comment
Milestone

Comments

@back2dos
Copy link
Member

back2dos commented Aug 8, 2020

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 back2dos added this to the 1.0 milestone Jul 6, 2021
@back2dos
Copy link
Member Author

back2dos commented Jul 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant