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?

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

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

Received on Thursday, 29 June 2023 11:56:39 UTC