experiment: lib/render: stream when the page is cpu-bound #54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
allow a page like
https://paperclover.net/q+ato be rendered into a "stream" which will flush chunks (synchronously) if rendering takes too long. this means that even a page like the q+a, despite being fully sync and mostly bound by the cpu, could still stream.blocked by #11 since that is also a streaming api, these two should work together.
experiment: lib/render: stream cpu-boundto experiment: lib/render: stream when the page is cpu-bound