- From: Mattias Buelens <notifications@github.com>
- Date: Thu, 20 Apr 2023 05:39:31 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 April 2023 12:39:36 UTC
@MattiasBuelens commented on this pull request. > @@ -37,9 +39,23 @@ exports.PeekQueueValue = container => { return pair.value; }; +const closingStepsSymbol = Symbol('closing-steps'); Let's hope the [explicit resource management proposal](https://github.com/tc39/proposal-explicit-resource-management) advances quickly, so we can integrate with something like `Symbol.dispose` instead. 😁 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1271#discussion_r1172528834 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1271/review/1393897246@github.com>
Received on Thursday, 20 April 2023 12:39:36 UTC