[Webkit-unassigned] [Bug 246305] New: Add SerialFunctionDispatcher interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 16:02:11 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246305

            Bug ID: 246305
           Summary: Add SerialFunctionDispatcher interface
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com
                CC: webkit-bug-importer at group.apple.com
            Blocks: 244825

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.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=244825
[Bug 244825] Allow running IPC::Connection with an 'owning' thread that isn't the main thread
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221010/b52d802a/attachment.htm>


More information about the webkit-unassigned mailing list