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

Discuss how the Fetch implementation could support streaming #165

Open
purrgrammer opened this issue Oct 24, 2018 · 0 comments
Open

Discuss how the Fetch implementation could support streaming #165

purrgrammer opened this issue Oct 24, 2018 · 0 comments
Labels
question Further information is requested

Comments

@purrgrammer
Copy link
Contributor

From the gitter channel:

I like the deduplication feature, but when I run a fetch I'd like to be able to get the data as it becomes available. (Imagine I have a websocket and I want to push data through it as it becomes available.) My issue is that if I use:
(fetchA,fetchB).tupled even if the two fetches ultimately execute in parallel, I have to wait until they both complete to get the full tuple.

@purrgrammer purrgrammer added the question Further information is requested label Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant