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.
<rdar://problem/91799607>