Open
Bug 1846478
Opened 2 years ago
Updated 2 years ago
Investigate if we really need DeferredDestroy for top level IPC actor
Categories
(Core :: IPC, enhancement)
Core
IPC
Tracking
()
NEW
People
(Reporter: kershaw, Unassigned)
Details
For some of our top-level IPC actor (e.g., PCompositorManager), we have a logic that dispatches a task for releasing the actor.
Maybe we don't need this dispatch anymore, since we already have ref-counted IPC actors.
You need to log in
before you can comment on or make changes to this bug.
Description
•