RESOLVED FIXED 188084
It should be possible to use WTF::CallbackAggregator from a background thread
https://bugs.webkit.org/show_bug.cgi?id=188084
Summary It should be possible to use WTF::CallbackAggregator from a background thread
Chris Dumez
Reported 2018-07-26 15:53:55 PDT
It should be possible to use WTF::CallbackAggregator from a background thread. John needs it for ITP code which lives on a background queue. The CallbackAggregator destructor currently always calls the CompletionHandler on the main thread no matter what.
Attachments
Patch (12.86 KB, patch)
2018-07-26 16:47 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2018-07-26 16:47:04 PDT
WebKit Commit Bot
Comment 2 2018-07-26 18:24:40 PDT
Comment on attachment 345889 [details] Patch Clearing flags on attachment: 345889 Committed r234288: <https://trac.webkit.org/changeset/234288>
WebKit Commit Bot
Comment 3 2018-07-26 18:24:41 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2018-07-26 18:25:30 PDT
Note You need to log in before you can comment on or make changes to this bug.