Closed
Bug 1674005
Opened 4 years ago
Closed 4 years ago
Fortify PromiseSet in AsyncShutdown
Categories
(Toolkit :: Async Tooling, enhancement, P3)
Toolkit
Async Tooling
Tracking
()
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
A couple concerns I have:
- A promise may (maybe) be added after wait is done, that would never be examined, I think it's better to make Add throw in that case
- if a tracked promise loses its global, it may not be fulfilled, but finally should still go through (at least this is what we were told)
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → mak
Status: NEW → ASSIGNED
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/5d06d0855308
Fortify PromiseSet in AsyncShutdown. r=Gijs
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
Assignee | ||
Updated•4 years ago
|
Iteration: --- → 84.1 - Oct 19 - Nov 01
Points: --- → 1
You need to log in
before you can comment on or make changes to this bug.
Description
•