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

FunctionHandler should support streaming output without yield #745

Open
sanand0 opened this issue Jun 21, 2023 · 0 comments
Open

FunctionHandler should support streaming output without yield #745

sanand0 opened this issue Jun 21, 2023 · 0 comments
Assignees

Comments

@sanand0
Copy link
Contributor

sanand0 commented Jun 21, 2023

In FunctionHandler, as an alternative to function:, allow the run: key that runs the function (on applicable methods) but does not write the result. The function is then free to use handler.write() and handler.flush() for more flexible streaming.

@sanand0 sanand0 self-assigned this Jun 21, 2023
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

No branches or pull requests

1 participant