[Webkit-unassigned] [Bug 160238] [Coordinated Graphics] Improve scheduling of tasks between threads in CoordinatedGraphicsScene

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 08:44:30 PDT 2016


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

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #4)
> (In reply to comment #3) 
> > This is WTF::Function.
> 
> Why is WTF::Function preferred to std::function?

WTF::Function is non-copyable, so it's safer to use between threads and allows to capture things like Ref<>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160727/f789afa9/attachment.html>


More information about the webkit-unassigned mailing list