Skip to content

Streaming commands / subscriptions #156

Description

@meszmate

Async today is one thread, one result. That's fine for a single fetch, but a chat client keeps a socket open, and things like tailing a file or reading a child process need a steady stream of messages.

Some way for a background task to keep pushing messages into update (a subscription, or a perform that yields more than once) would cover those. Could sit next to every conceptually.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions