Open
Bug 1966607
Opened 1 year ago
Updated 4 months ago
Refactor JS::Dispatchable shutdown code
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: yulia, Unassigned)
References
(Blocks 1 open bug)
Details
Currently, when we shutdown without running a JS::Dispatchable, we end up calling run with a special parameter. This looks pretty confusing to people, especially since we now have ReleaseFailedTask. ReleaseFailedTask will keep the task until the shutdown code runs, which might be a little annoying. Evaluate different approaches here and see what the best path forward might be: https://phabricator.services.mozilla.com/D244936
Updated•4 months ago
|
Priority: P4 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•