Bug 1767899 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This follows on from bug 1767897. Assuming we have something like `EventTargetAsserter`, we can clarify and better enforce thread usage in `TrackBuffersManager`.

Bug 1724106 is a good example of why we'd want to do this. `TrackBuffersManager` is complicated and it would not hurt to have better documented threading expectations or further guard rails when the code is being changed.
This follows on from bug 1767897. Assuming we have something like `EventTargetAsserter`, we can clarify and better enforce thread usage in `TrackBuffersManager`.

Bug 1724106 is a good example of why we'd want to do this. `TrackBuffersManager` is complicated and it would not hurt to have better documented threading expectations or further guard rails.

Back to Bug 1767899 Comment 0