Re: [whatwg/streams] Latency-bounded reads (Issue #1270)

> Can the purpose be fulfilled by something like `pull(c) { c.enqueue(data); return new Promise(r => setTimeout(r, 10)) }`? Another pull won't happen until the promise resolves, right?

This doesn't help with platform streams like Response body.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1270#issuecomment-1614277140
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1270/1614277140@github.com>

Received on Friday, 30 June 2023 07:57:03 UTC