Bug 238986
| Summary: | IPC::Connection should be able to dispatch messages to a specific work queue by default | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cdumez, fujii.hironori, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 15 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 238515 | ||
Kimmo Kinnunen
IPC::Connection should be able to dispatch messages to a specific work queue by default
Currently the IPC::Connection dispatches messages to main loop through IPC::Connection::Client.
For a IPC::Connection used in a specific thread, it should be possible to dispatch within that thread without any filtering.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/91799607>