RESOLVED FIXED 246305
Add SerialFunctionDispatcher interface
https://bugs.webkit.org/show_bug.cgi?id=246305
Summary Add SerialFunctionDispatcher interface
Matt Woodrow
Reported 2022-10-10 16:02:11 PDT
For bug 244825 (supporting IPC::Connection on other threads), we need a way to reference an object that is either the main RunLoop, or a WorkerOrWorkletThread. This adds 'SerialFunctionDispatcher', a stronger version of 'FunctionDispatcher' that guarantees that Functions will be executed serially.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-10-10 16:02:30 PDT
Matt Woodrow
Comment 2 2022-10-10 17:03:38 PDT
EWS
Comment 3 2022-10-21 12:42:44 PDT
Committed 255844@main (88975f1a7664): <https://commits.webkit.org/255844@main> Reviewed commits have been landed. Closing PR #5214 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.