forked from whatwg/streams
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Non-working attempt to implement abort via queue
In whatwg#634 (comment), @domenic proposed an alternative way of postponing abort() until after pending sink writes or closes are complete. The abort signal would be added to the queue in place of its current contents, and naturally processed after the current operation completed. This change attempts to implement that. Unfortunately, it is not working.
- Loading branch information
Showing
2 changed files
with
44 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters