gramex icon indicating copy to clipboard operation
gramex copied to clipboard

FunctionHandler should support streaming output without yield

Open sanand0 opened this issue 2 years ago • 0 comments

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 avatar Jun 21 '23 07:06 sanand0