Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Add ability to determine when a query is "complete" #8

Open
paralin opened this issue Feb 21, 2017 · 1 comment
Open

Add ability to determine when a query is "complete" #8

paralin opened this issue Feb 21, 2017 · 1 comment
Assignees

Comments

@paralin
Copy link
Member

paralin commented Feb 21, 2017

Currently the result callback is called immediately, and every time the result changes, as the result is built. Instead, it should also be possible to mark a query as "fire once," and only get a result or error when the query is complete.

@paralin paralin self-assigned this Feb 21, 2017
@paralin
Copy link
Member Author

paralin commented Apr 11, 2017

This is important now, will focus on this soon.

May add a @defer if waiting is default, or a @wait to mark sub-trees of a query as "wait until these are done before including them in the result."

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

No branches or pull requests

1 participant