Simultaneous destructors
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
How does IPDL deal with destructors that are fired simultaneously from both sides, e.g. ~PBrowserStream? Even if we make one side "win the race", won't IPDL reject the second destructor message (because it has an invalid actor ID) and abort the process? If it doesn't abort the process, what is the behavior (return values) of the second destructor message? --BDS