RESOLVED FIXED260852
Cocoa WorkQueue::dispatchWithQOS() and dispatch() lifetime semantics do not match
https://bugs.webkit.org/show_bug.cgi?id=260852
Summary Cocoa WorkQueue::dispatchWithQOS() and dispatch() lifetime semantics do not m...
Kimmo Kinnunen
Reported 2023-08-29 03:12:07 PDT
Cocoa WorkQueue::dispatchWithQOS() and dispatch() lifetime semantics do not match - dispatch() users expect the work function to be destructed in the queue - dispatch() users expect the work queue to remain alive during the work function
Attachments
Radar WebKit Bug Importer
Comment 1 2023-08-29 03:12:20 PDT
Kimmo Kinnunen
Comment 2 2023-08-29 03:16:56 PDT
EWS
Comment 3 2023-09-08 00:31:40 PDT
Committed 267776@main (56fa22f9af0f): <https://commits.webkit.org/267776@main> Reviewed commits have been landed. Closing PR #17179 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.