Bug 260852
| Summary: | Cocoa WorkQueue::dispatchWithQOS() and dispatch() lifetime semantics do not match | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Web Template Framework | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kimmo Kinnunen
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114618174>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/17179
EWS
Committed 267776@main (56fa22f9af0f): <https://commits.webkit.org/267776@main>
Reviewed commits have been landed. Closing PR #17179 and removing active labels.