Bug 238986 - IPC::Connection should be able to dispatch messages to a specific work queue by default
Summary: IPC::Connection should be able to dispatch messages to a specific work queue ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari 15
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 238515
  Show dependency treegraph
 
Reported: 2022-04-08 01:17 PDT by Kimmo Kinnunen
Modified: 2022-04-15 01:18 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-04-08 01:17:05 PDT
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.
Comment 1 Radar WebKit Bug Importer 2022-04-15 01:18:13 PDT
<rdar://problem/91799607>