[Webkit-unassigned] [Bug 208413] New: Support function dispatch priorities in RunLoop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 29 08:07:53 PST 2020


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

            Bug ID: 208413
           Summary: Support function dispatch priorities in RunLoop
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

The web process main thread RunLoop is often very busy and has lots of pending tasks. Important work may end up getting delayed by less important work. 

Add support for function dispatch priorities in RunLoop. They can be later used to implement IPC priorities.

-- 
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/20200229/ef8662c1/attachment.htm>


More information about the webkit-unassigned mailing list