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

Fast path to observe if there are any datoms #91

Open
erri120 opened this issue Aug 20, 2024 · 0 comments · May be fixed by #111
Open

Fast path to observe if there are any datoms #91

erri120 opened this issue Aug 20, 2024 · 0 comments · May be fixed by #111

Comments

@erri120
Copy link
Member

erri120 commented Aug 20, 2024

Instead of doing ObserveDatoms(Foo.BarId, barId).IsNotEmpty(), would be possible to have a fast path like this:

IObservable<bool> ObserveHasAnyDatoms(SliceDescriptor ...);
erri120 added a commit that referenced this issue Nov 6, 2024
@erri120 erri120 linked a pull request Nov 6, 2024 that will close this issue
erri120 added a commit that referenced this issue Nov 13, 2024
erri120 added a commit that referenced this issue Nov 14, 2024
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

Successfully merging a pull request may close this issue.

1 participant