[Webkit-unassigned] [Bug 231472] IOCache::read and IOCache::write should be called with a serial workqueue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 9 15:21:29 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231472

--- Comment #2 from Jean-Yves Avenard [:jya] <jean-yves.avenard at apple.com> ---
(In reply to Chris Dumez from comment #1)
> I think we want to keep a concurrent work queue for cocoa at least.

The API used by the cocoa code blocks and serialises the callback. So we could give to read a serial queue where to run the completion handler which itself queue to the concurrent queue.

It would make the code identical to now with minimal performance impact (which remained to be measured imho) but safer for other platforms

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211009/941bc688/attachment-0001.htm>


More information about the webkit-unassigned mailing list