WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
208413
Support function dispatch priorities in RunLoop
https://bugs.webkit.org/show_bug.cgi?id=208413
Summary
Support function dispatch priorities in RunLoop
Antti Koivisto
Reported
2020-02-29 08:07:53 PST
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.
Attachments
wip
(6.37 KB, patch)
2020-02-29 08:11 PST
,
Antti Koivisto
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2020-02-29 08:11:05 PST
Created
attachment 392060
[details]
wip
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug