Bug 246305
| Summary: | Add SerialFunctionDispatcher interface | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Platform | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 244825 | ||
Matt Woodrow
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101002156>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/5214
EWS
Committed 255844@main (88975f1a7664): <https://commits.webkit.org/255844@main>
Reviewed commits have been landed. Closing PR #5214 and removing active labels.