Skip to content

Discuss how the Fetch implementation could support streaming #165

@purrgrammer

Description

@purrgrammer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions