gramex
gramex copied to clipboard
FunctionHandler should support streaming output without yield
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.