- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Thu, 29 Jun 2023 04:56:33 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 June 2023 11:56:39 UTC
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