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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 17:06:33 PST 2011


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





--- Comment #10 from Tien-Ren Chen <trchen at chromium.org>  2011-12-14 17:06:33 PST ---
(In reply to comment #9)
> Chromium's base::CancelableCallback and WebKit's WebCore::Timer take two other approaches to having cancelable delayed tasks. Have you looked at those and are there specific reasons you went with this handle approach instead of one of those?

WebCore::Timer actually looks promising. Will it work with both threaded and non-threaded mode? One reason I didn't use WebCore::Timer is because I want to work on the same abstraction level as CCThread. It feels weird for some tasks are posted through CCThread while some others through the WebCore.

-- 
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