[Webkit-unassigned] [Bug 74535] [chromium] Add postCancellable[Delayed]Task to CCThread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 15:23:54 PST 2011


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





--- Comment #4 from James Robinson <jamesr at chromium.org>  2011-12-14 15:23:54 PST ---
I'd like to understand a bit more about the use cases for this. Would CCScopedThreadProxy work for this? That allows you to scope a set of tasks to a single proxy object and provides a guarantee that no tasks scoped to the proxy run after the proxy is destroyed.

Another approach to things like this that Chromium takes is that tasks are associated with their target and take a reference to it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list